Searched refs:POPCNT (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpufeatureset.h | 145 XEN_CPUFEATURE(POPCNT, 1*32+23) /*A POPCNT instruction */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrInteger.td | 87 defm POPCNT : UnaryInt<ctpop, "popcnt", 0x69, 0x7b>;
|
H A D | WebAssemblyInstrSIMD.td | 939 defm POPCNT : SIMDUnary<I8x16, ctpop, "popcnt", 0x62>;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | X86TargetParser.def | 143 X86_FEATURE_COMPAT(POPCNT, "popcnt", 9)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 89 POPCNT, enumerator
|
H A D | SystemZOperators.td | 286 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
|
H A D | SystemZScheduleZEC12.td | 714 def : InstRW<[WLat3, WLat3, FXU, NormalGr], (instregex "POPCNT$")>;
|
H A D | SystemZScheduleZ196.td | 676 def : InstRW<[WLat3, WLat3, FXU, NormalGr], (instregex "POPCNT$")>;
|
H A D | SystemZISelLowering.cpp | 4458 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::v16i8, Op); in lowerCTPOP() 4502 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::i64, Op); in lowerCTPOP() 6393 OPCODE(POPCNT); in getTargetNodeName()
|
H A D | SystemZScheduleZ13.td | 744 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT$")>;
|
H A D | SystemZScheduleZ14.td | 764 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT$")>;
|
H A D | SystemZScheduleZ15.td | 780 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT(Opt)?$")>;
|
H A D | SystemZScheduleZ16.td | 780 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT(Opt)?$")>;
|
H A D | SystemZInstrInfo.td | 2092 def POPCNT : UnaryRRE<"popcnt", 0xB9E1, z_popcnt, GR64, GR64>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 49 "Support POPCNT instruction">; 523 "POPCNT has a false dependency on dest register">;
|
H A D | X86ScheduleBdVer2.td | 153 def PdCount : ProcResource<1>; // PdEX0; POPCNT, LZCOUNT
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 111 (instregex "POPCNT(D|W)$"),
|