Searched refs:POPCNT (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyInstrInteger.td | 45 defm POPCNT : UnaryInt<ctpop>;
|
| /NextBSD/sys/mips/mips/ |
| HD | tlb.c | 67 COMPILE_TIME_ASSERT(POPCNT(TLBMASK_MASK) % 2 == 0);
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.h | 91 POPCNT, enumerator
|
| HD | SystemZOperators.td | 182 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
|
| HD | SystemZISelLowering.cpp | 2935 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::v16i8, Op); in lowerCTPOP() 2980 Op = DAG.getNode(SystemZISD::POPCNT, DL, MVT::i64, Op); in lowerCTPOP() 4406 OPCODE(POPCNT); in getTargetNodeName()
|
| HD | SystemZInstrInfo.td | 1445 def POPCNT : InstRRE<0xB9E1, (outs GR64:$R1), (ins GR64:$R2),
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.opt | 213 Target Report Mask(POPCNT)
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | ChangeLog-2006 | 196 * i386-dis.c (dis386): Add support for the change in POPCNT opcode in 199 (print_insn): Disallow REP prefix for POPCNT.
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86.td | 38 "Support POPCNT instruction">;
|
| /NextBSD/contrib/binutils/include/opcode/ |
| HD | ChangeLog | 101 * i386.h : Modify opcode to support for the change in POPCNT opcode
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBuiltin.cpp | 6110 POPCNT, in EmitX86BuiltinExpr() enumerator 6132 .Case("popcnt", X86Features::POPCNT) in EmitX86BuiltinExpr()
|