Home
last modified time | relevance | path

Searched refs:POPCNT (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp62 bool POPCNT(void) { return CPU_Rep.f_1_ECX_[23]; } in POPCNT() function in InstructionSet
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td57 defm POPCNT : UnaryInt<ctpop, "popcnt">;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h153 Value* POPCNT(Value* a);
Dbuilder_misc.cpp1560 Value* Builder::POPCNT(Value* a) in POPCNT() function in SwrJit::Builder
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h91 POPCNT, enumerator
DSystemZOperators.td191 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
DSystemZISelLowering.cpp3096 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::v16i8, Op); in lowerCTPOP()
3141 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::i64, Op); in lowerCTPOP()
4611 OPCODE(POPCNT); in getTargetNodeName()
DSystemZInstrInfo.td1634 def POPCNT : InstRRE<0xB9E1, (outs GR64:$R1), (ins GR64:$R2),
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86.td37 "Support POPCNT instruction">;
DX86GenSubtargetInfo.inc73 { "popcnt", "Support POPCNT instruction", X86::FeaturePOPCNT, 0ULL },
/external/v8/src/x64/
Dmacro-assembler-x64.cc3478 if (CpuFeatures::IsSupported(POPCNT)) { in Popcntl()
3479 CpuFeatureScope scope(this, POPCNT); in Popcntl()
3488 if (CpuFeatures::IsSupported(POPCNT)) { in Popcntl()
3489 CpuFeatureScope scope(this, POPCNT); in Popcntl()
3498 if (CpuFeatures::IsSupported(POPCNT)) { in Popcntq()
3499 CpuFeatureScope scope(this, POPCNT); in Popcntq()
3508 if (CpuFeatures::IsSupported(POPCNT)) { in Popcntq()
3509 CpuFeatureScope scope(this, POPCNT); in Popcntq()
Dassembler-x64.cc99 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT; in ProbeImpl()
118 CpuFeatures::IsSupported(LZCNT), CpuFeatures::IsSupported(POPCNT), in PrintFeatures()
4278 DCHECK(IsEnabled(POPCNT)); in popcntq()
4289 DCHECK(IsEnabled(POPCNT)); in popcntq()
4300 DCHECK(IsEnabled(POPCNT)); in popcntl()
4311 DCHECK(IsEnabled(POPCNT)); in popcntl()
/external/v8/src/ia32/
Dassembler-ia32.cc128 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT; in ProbeImpl()
145 CpuFeatures::IsSupported(LZCNT), CpuFeatures::IsSupported(POPCNT), in PrintFeatures()
2837 DCHECK(IsEnabled(POPCNT)); in popcnt()
Dmacro-assembler-ia32.cc2333 if (CpuFeatures::IsSupported(POPCNT)) { in Popcnt()
2334 CpuFeatureScope scope(this, POPCNT); in Popcnt()
/external/v8/src/
Dglobals.h775 POPCNT, enumerator
/external/llvm/lib/Target/X86/
DX86.td41 "Support POPCNT instruction">;
/external/valgrind/none/tests/s390x/
Dopcodes.h327 #define POPCNT(r1,r2) RRE_RR(b9e1,00,r1,r2) macro
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1725 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc1841 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc2315 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp868 NV50_IR_OPCODE_CASE(POPC, POPCNT); in translateOpcode()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp6765 POPCNT, in EmitX86BuiltinExpr() enumerator
6797 .Case("popcnt", X86Features::POPCNT) in EmitX86BuiltinExpr()