Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/arch-x86/
H A Dcpufeatureset.h145 XEN_CPUFEATURE(POPCNT, 1*32+23) /*A POPCNT instruction */
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td87 defm POPCNT : UnaryInt<ctpop, "popcnt", 0x69, 0x7b>;
H A DWebAssemblyInstrSIMD.td939 defm POPCNT : SIMDUnary<I8x16, ctpop, "popcnt", 0x62>;
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DX86TargetParser.def143 X86_FEATURE_COMPAT(POPCNT, "popcnt", 9)
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h89 POPCNT, enumerator
H A DSystemZOperators.td286 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
H A DSystemZScheduleZEC12.td714 def : InstRW<[WLat3, WLat3, FXU, NormalGr], (instregex "POPCNT$")>;
H A DSystemZScheduleZ196.td676 def : InstRW<[WLat3, WLat3, FXU, NormalGr], (instregex "POPCNT$")>;
H A DSystemZISelLowering.cpp4458 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 DSystemZScheduleZ13.td744 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT$")>;
H A DSystemZScheduleZ14.td764 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT$")>;
H A DSystemZScheduleZ15.td780 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT(Opt)?$")>;
H A DSystemZScheduleZ16.td780 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT(Opt)?$")>;
H A DSystemZInstrInfo.td2092 def POPCNT : UnaryRRE<"popcnt", 0xB9E1, z_popcnt, GR64, GR64>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.td49 "Support POPCNT instruction">;
523 "POPCNT has a false dependency on dest register">;
H A DX86ScheduleBdVer2.td153 def PdCount : ProcResource<1>; // PdEX0; POPCNT, LZCOUNT
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td111 (instregex "POPCNT(D|W)$"),