HomeSort by relevance Sort by last modified time
    Searched refs:POPCNT (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 62 bool POPCNT(void) { return CPU_Rep.f_1_ECX_[23]; }
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.h 153 Value* POPCNT(Value* a);
builder_misc.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 91 POPCNT,
SystemZISelLowering.cpp 179 // Use POPCNT on z196 and above.
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
assembler-x64.cc 99 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT;
113 "POPCNT=%d ATOM=%d\n",
118 CpuFeatures::IsSupported(LZCNT), CpuFeatures::IsSupported(POPCNT),
    [all...]
  /external/v8/src/
globals.h 775 POPCNT,
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 128 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT;
140 "SSE3=%d SSE4_1=%d AVX=%d FMA3=%d BMI1=%d BMI2=%d LZCNT=%d POPCNT=%d "
145 CpuFeatures::IsSupported(LZCNT), CpuFeatures::IsSupported(POPCNT),
2836 void Assembler::popcnt(Register dst, const Operand& src) { function in class:v8::internal::Assembler
    [all...]
macro-assembler-ia32.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /external/valgrind/none/tests/s390x/
opcodes.h 327 #define POPCNT(r1,r2) RRE_RR(b9e1,00,r1,r2)
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 868 NV50_IR_OPCODE_CASE(POPC, POPCNT);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 627 milliseconds