Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td55 defm POPCNT : UnaryInt<ctpop, "popcnt">;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h91 POPCNT, enumerator
DSystemZOperators.td182 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
DSystemZISelLowering.cpp2968 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::v16i8, Op); in lowerCTPOP()
3013 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::i64, Op); in lowerCTPOP()
4439 OPCODE(POPCNT); in getTargetNodeName()
DSystemZInstrInfo.td1445 def POPCNT : InstRRE<0xB9E1, (outs GR64:$R1), (ins GR64:$R2),
/external/v8/test/cctest/
Dtest-disasm-ia32.cc636 if (CpuFeatures::IsSupported(POPCNT)) { in TEST()
637 CpuFeatureScope scope(&assm, POPCNT); in TEST()
Dtest-disasm-x64.cc734 if (CpuFeatures::IsSupported(POPCNT)) { in TEST()
735 CpuFeatureScope scope(&assm, POPCNT); in TEST()
Dtest-assembler-ia32.cc1214 if (!CpuFeatures::IsSupported(POPCNT)) return; in TEST()
1222 CpuFeatureScope fscope(&assm, POPCNT); in TEST()
Dtest-assembler-x64.cc1882 if (!CpuFeatures::IsSupported(POPCNT)) return; in TEST()
1890 CpuFeatureScope fscope(&assm, POPCNT); in TEST()
/external/v8/src/x64/
Dassembler-x64.cc96 if (cpu.has_popcnt() && FLAG_enable_popcnt) supported_ |= 1u << POPCNT; in ProbeImpl()
114 CpuFeatures::IsSupported(POPCNT), CpuFeatures::IsSupported(ATOM)); in PrintFeatures()
4098 DCHECK(IsEnabled(POPCNT)); in popcntq()
4109 DCHECK(IsEnabled(POPCNT)); in popcntq()
4120 DCHECK(IsEnabled(POPCNT)); in popcntl()
4131 DCHECK(IsEnabled(POPCNT)); in popcntl()
Dmacro-assembler-x64.cc3408 if (CpuFeatures::IsSupported(POPCNT)) { in Popcntl()
3409 CpuFeatureScope scope(this, POPCNT); in Popcntl()
3418 if (CpuFeatures::IsSupported(POPCNT)) { in Popcntl()
3419 CpuFeatureScope scope(this, POPCNT); in Popcntl()
3428 if (CpuFeatures::IsSupported(POPCNT)) { in Popcntq()
3429 CpuFeatureScope scope(this, POPCNT); in Popcntq()
3438 if (CpuFeatures::IsSupported(POPCNT)) { in Popcntq()
3439 CpuFeatureScope scope(this, POPCNT); in Popcntq()
/external/v8/src/
Dglobals.h738 POPCNT, enumerator
/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()
2823 DCHECK(IsEnabled(POPCNT)); in popcnt()
Dmacro-assembler-ia32.cc2823 if (CpuFeatures::IsSupported(POPCNT)) { in Popcnt()
2824 CpuFeatureScope scope(this, POPCNT); in Popcnt()
/external/llvm/lib/Target/X86/
DX86.td38 "Support POPCNT instruction">;
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1666 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc1694 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc2119 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp6175 POPCNT, in EmitX86BuiltinExpr() enumerator
6197 .Case("popcnt", X86Features::POPCNT) in EmitX86BuiltinExpr()