Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td87 defm POPCNT : UnaryInt<ctpop, "popcnt", 0x69, 0x7b>;
DWebAssemblyInstrSIMD.td864 defm POPCNT : SIMDUnary<I8x16, ctpop, "popcnt", 0x62>;
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h89 POPCNT, enumerator
DSystemZOperators.td270 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
DSystemZScheduleZ196.td676 def : InstRW<[WLat3, WLat3, FXU, NormalGr], (instregex "POPCNT$")>;
DSystemZScheduleZEC12.td714 def : InstRW<[WLat3, WLat3, FXU, NormalGr], (instregex "POPCNT$")>;
DSystemZISelLowering.cpp4068 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::v16i8, Op); in lowerCTPOP()
4112 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::i64, Op); in lowerCTPOP()
5929 OPCODE(POPCNT); in getTargetNodeName()
DSystemZScheduleZ13.td744 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT$")>;
DSystemZScheduleZ16.td779 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT(Opt)?$")>;
DSystemZScheduleZ15.td779 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT(Opt)?$")>;
DSystemZScheduleZ14.td764 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT$")>;
DSystemZInstrInfo.td2148 def POPCNT : UnaryRRE<"popcnt", 0xB9E1, z_popcnt, GR64, GR64>;
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86.td49 "Support POPCNT instruction">;
488 "POPCNT has a false dependency on dest register">;
DX86ScheduleBdVer2.td153 def PdCount : ProcResource<1>; // PdEX0; POPCNT, LZCOUNT
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DP9InstrResources.td111 (instregex "POPCNT(D|W)$"),
/openbsd/src/gnu/llvm/clang/docs/
DUsersManual.rst3783 - ``-march=x86-64-v2``: (close to Nehalem) CMPXCHG16B, LAHF-SAHF, POPCNT, SSE3, SSE4.1, SSE4.2, SSS…