/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 55 defm POPCNT : UnaryInt<ctpop, "popcnt">;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 91 POPCNT, enumerator
|
D | SystemZOperators.td | 182 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
|
D | SystemZISelLowering.cpp | 2968 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()
|
D | SystemZInstrInfo.td | 1445 def POPCNT : InstRRE<0xB9E1, (outs GR64:$R1), (ins GR64:$R2),
|
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 636 if (CpuFeatures::IsSupported(POPCNT)) { in TEST() 637 CpuFeatureScope scope(&assm, POPCNT); in TEST()
|
D | test-disasm-x64.cc | 734 if (CpuFeatures::IsSupported(POPCNT)) { in TEST() 735 CpuFeatureScope scope(&assm, POPCNT); in TEST()
|
D | test-assembler-ia32.cc | 1214 if (!CpuFeatures::IsSupported(POPCNT)) return; in TEST() 1222 CpuFeatureScope fscope(&assm, POPCNT); in TEST()
|
D | test-assembler-x64.cc | 1882 if (!CpuFeatures::IsSupported(POPCNT)) return; in TEST() 1890 CpuFeatureScope fscope(&assm, POPCNT); in TEST()
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 96 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()
|
D | macro-assembler-x64.cc | 3408 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/ |
D | globals.h | 738 POPCNT, enumerator
|
/external/v8/src/ia32/ |
D | assembler-ia32.cc | 128 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()
|
D | macro-assembler-ia32.cc | 2823 if (CpuFeatures::IsSupported(POPCNT)) { in Popcnt() 2824 CpuFeatureScope scope(this, POPCNT); in Popcnt()
|
/external/llvm/lib/Target/X86/ |
D | X86.td | 38 "Support POPCNT instruction">;
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 1666 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 1694 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 2119 if (CpuFeatures::IsSupported(POPCNT)) { in SupportedMachineOperatorFlags()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 6175 POPCNT, in EmitX86BuiltinExpr() enumerator 6197 .Case("popcnt", X86Features::POPCNT) in EmitX86BuiltinExpr()
|