Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrInteger.td45 defm POPCNT : UnaryInt<ctpop>;
/NextBSD/sys/mips/mips/
HDtlb.c67 COMPILE_TIME_ASSERT(POPCNT(TLBMASK_MASK) % 2 == 0);
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h91 POPCNT, enumerator
HDSystemZOperators.td182 def z_popcnt : SDNode<"SystemZISD::POPCNT", SDTIntUnaryOp>;
HDSystemZISelLowering.cpp2935 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()
HDSystemZInstrInfo.td1445 def POPCNT : InstRRE<0xB9E1, (outs GR64:$R1), (ins GR64:$R2),
/NextBSD/contrib/gcc/config/i386/
HDi386.opt213 Target Report Mask(POPCNT)
/NextBSD/contrib/binutils/opcodes/
HDChangeLog-2006196 * 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/
HDX86.td38 "Support POPCNT instruction">;
/NextBSD/contrib/binutils/include/opcode/
HDChangeLog101 * i386.h : Modify opcode to support for the change in POPCNT opcode
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBuiltin.cpp6110 POPCNT, in EmitX86BuiltinExpr() enumerator
6132 .Case("popcnt", X86Features::POPCNT) in EmitX86BuiltinExpr()