Searched refs:POPCNT (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyInstrInteger.td | 87 defm POPCNT : UnaryInt<ctpop, "popcnt", 0x69, 0x7b>;
|
| D | WebAssemblyInstrSIMD.td | 864 defm POPCNT : SIMDUnary<I8x16, ctpop, "popcnt", 0x62>;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 89 POPCNT, enumerator
|
| D | SystemZOperators.td | 270 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
|
| D | SystemZScheduleZ196.td | 676 def : InstRW<[WLat3, WLat3, FXU, NormalGr], (instregex "POPCNT$")>;
|
| D | SystemZScheduleZEC12.td | 714 def : InstRW<[WLat3, WLat3, FXU, NormalGr], (instregex "POPCNT$")>;
|
| D | SystemZISelLowering.cpp | 4068 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()
|
| D | SystemZScheduleZ13.td | 744 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT$")>;
|
| D | SystemZScheduleZ16.td | 779 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT(Opt)?$")>;
|
| D | SystemZScheduleZ15.td | 779 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT(Opt)?$")>;
|
| D | SystemZScheduleZ14.td | 764 def : InstRW<[WLat3, WLat3, FXa, NormalGr], (instregex "POPCNT$")>;
|
| D | SystemZInstrInfo.td | 2148 def POPCNT : UnaryRRE<"popcnt", 0xB9E1, z_popcnt, GR64, GR64>;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86.td | 49 "Support POPCNT instruction">; 488 "POPCNT has a false dependency on dest register">;
|
| D | X86ScheduleBdVer2.td | 153 def PdCount : ProcResource<1>; // PdEX0; POPCNT, LZCOUNT
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | P9InstrResources.td | 111 (instregex "POPCNT(D|W)$"),
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | UsersManual.rst | 3783 - ``-march=x86-64-v2``: (close to Nehalem) CMPXCHG16B, LAHF-SAHF, POPCNT, SSE3, SSE4.1, SSE4.2, SSS…
|