Home
last modified time | relevance | path

Searched refs:CNTLZW (Results 1 – 6 of 6) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativePPC_32.c95 return push_inst(compiler, CNTLZW | RC(flags) | S(src2) | A(dst)); in emit_single_op()
DsljitNativePPC_64.c213 return push_inst(compiler, CNTLZW | RC(flags) | S(src2) | A(dst)); in emit_single_op()
DsljitNativePPC_common.c147 #define CNTLZW (HI(31) | LO(26)) macro
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1358 if (MIOpC == PPC::CNTLZW || MIOpC == PPC::CNTLZWo || in optimizeCompareInstr()
DPPCISelDAGToDAG.cpp761 Op = SDValue(CurDAG->getMachineNode(PPC::CNTLZW, dl, MVT::i32, Op), 0); in SelectSETCC()
DPPCInstrInfo.td1777 defm CNTLZW : XForm_11r<31, 26, (outs gprc:$rA), (ins gprc:$rS),
2581 (RLWINM (CNTLZW $in), 27, 31, 31)>,
2589 (RLWINM (i32not (CNTLZW $in)), 27, 31, 31)>,