Home
last modified time | relevance | path

Searched refs:RLWINM (Results 1 – 12 of 12) sorted by relevance

/external/pcre/dist/sljit/
DsljitNativePPC_32.c42 (RLWINM | S(src) | A(dst) | ((from) << 6) | (31 << 1))
218 …return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (compiler->imm << 11) | ((31 - … in emit_single_op()
226 …return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (((32 - compiler->imm) & 0x1f) … in emit_single_op()
DsljitNativePPC_64.c346 …return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (compiler->imm << 11) | ((31 - … in emit_single_op()
360 …return push_inst(compiler, RLWINM | RC(flags) | S(src1) | A(dst) | (((32 - compiler->imm) & 0x1f) … in emit_single_op()
DsljitNativePPC_common.c198 #define RLWINM (HI(21)) macro
973 …FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_r) | (argw << 11) | ((31 - argw) << … in getput_arg()
1756 …FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(dst)) | A(TMP_REG1) | (dstw << 11) | ((31 - dstw) … in sljit_emit_fop1_convw_fromd()
2209 …FAIL_IF(push_inst(compiler, RLWINM | S(dst) | A(dst) | ((1 + (bit)) << 11) | (31 << 6) | (31 << 1)…
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1332 VRot = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, in SelectAndParts32()
1389 Res = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), in Select32()
1410 Res = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), 0); in Select32()
2284 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2297 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2305 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2336 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2341 Op = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), 0); in SelectSETCC()
2397 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2401 SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), 0); in SelectSETCC()
[all …]
DPPCRegisterInfo.cpp492 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRSpilling()
538 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRRestore()
581 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRBitSpilling()
DPPCInstrInfo.td2556 def RLWINM : MForm_2<21,
2602 (RLWINM $in, imm:$imm, 0, (SHL32 imm:$imm))>;
2604 (RLWINM $in, (SRL32 imm:$imm), imm:$imm, 31)>;
2610 (RLWINM $in, imm:$imm, 0, 31)>;
2987 (RLWINM (CNTLZW $in), 27, 31, 31)>,
2995 (RLWINM (i32not (CNTLZW $in)), 27, 31, 31)>,
3003 (RLWINM $in, 1, 31, 31)>,
3011 (RLWINM (i32not $in), 1, 31, 31)>,
3019 (RLWINM (ANDC (NEG $in), $in), 1, 31, 31)>,
3027 (RLWINM (ORC $in, (NEG $in)), 1, 31, 31)>,
[all …]
DPPCFastISel.cpp1729 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::RLWINM), in PPCEmitIntExt()
2197 case PPC::RLWINM: in tryToFoldLoadIntoMI()
DPPCFrameLowering.cpp821 BuildMI(MBB, MBBI, dl, TII.get(PPC::RLWINM), ScratchReg) in emitPrologue()
DPPCInstrInfo.cpp867 BuildMI(MBB, I, DL, get(PPC::RLWINM), DestReg) in copyPhysReg()
DPPCISelLowering.cpp8289 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg) in EmitPartwordAtomicBinary()
8297 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg) in EmitPartwordAtomicBinary()
9016 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg) in EmitInstrWithCustomInserter()
9024 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg) in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp914 TmpInst.setOpcode(Opcode == PPC::EXTLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
928 TmpInst.setOpcode(Opcode == PPC::EXTRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
971 TmpInst.setOpcode(Opcode == PPC::ROTRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
984 TmpInst.setOpcode(Opcode == PPC::SLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
997 TmpInst.setOpcode(Opcode == PPC::SRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
1010 TmpInst.setOpcode(Opcode == PPC::CLRRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
1024 TmpInst.setOpcode(Opcode == PPC::CLRLSLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
1142 TmpInst.setOpcode(Opcode == PPC::RLWINMbm ? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp59 if (MI->getOpcode() == PPC::RLWINM) { in printInst()