Home
last modified time | relevance | path

Searched refs:RLWINM (Results 1 – 11 of 11) 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
988 …FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_r) | (argw << 11) | ((31 - argw) << … in getput_arg()
1771 …FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(dst)) | A(TMP_REG1) | (dstw << 11) | ((31 - dstw) … in sljit_emit_fop1_convw_fromd()
2224 …FAIL_IF(push_inst(compiler, RLWINM | S(dst) | A(dst) | ((1 + (bit)) << 11) | (31 << 6) | (31 << 1)…
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp763 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
775 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
782 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
812 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
816 Op = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), in SelectSETCC()
909 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
913 SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), 0); in SelectSETCC()
1156 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in Select()
1165 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in Select()
1225 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in Select()
[all …]
DPPCRegisterInfo.cpp419 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRSpilling()
464 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRRestore()
537 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRBitSpilling()
DPPCInstrInfo.td2292 def RLWINM : MForm_2<21,
2338 (RLWINM $in, imm:$imm, 0, (SHL32 imm:$imm))>;
2340 (RLWINM $in, (SRL32 imm:$imm), imm:$imm, 31)>;
2346 (RLWINM $in, imm:$imm, 0, 31)>;
2581 (RLWINM (CNTLZW $in), 27, 31, 31)>,
2589 (RLWINM (i32not (CNTLZW $in)), 27, 31, 31)>,
2597 (RLWINM $in, 1, 31, 31)>,
2605 (RLWINM (i32not $in), 1, 31, 31)>,
2613 (RLWINM (ANDC (NEG $in), $in), 1, 31, 31)>,
2621 (RLWINM (ORC $in, (NEG $in)), 1, 31, 31)>,
[all …]
DPPCFastISel.cpp1654 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::RLWINM), in PPCEmitIntExt()
2122 case PPC::RLWINM: in tryToFoldLoadIntoMI()
DPPCFrameLowering.cpp679 BuildMI(MBB, MBBI, dl, TII.get(PPC::RLWINM), ScratchReg) in emitPrologue()
DPPCISelLowering.cpp6397 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg) in EmitPartwordAtomicBinary()
6405 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg) in EmitPartwordAtomicBinary()
7014 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg) in EmitInstrWithCustomInserter()
7022 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg) in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp699 TmpInst.setOpcode(Opcode == PPC::EXTLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
713 TmpInst.setOpcode(Opcode == PPC::EXTRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
756 TmpInst.setOpcode(Opcode == PPC::ROTRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
769 TmpInst.setOpcode(Opcode == PPC::SLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
782 TmpInst.setOpcode(Opcode == PPC::SRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
795 TmpInst.setOpcode(Opcode == PPC::CLRRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
809 TmpInst.setOpcode(Opcode == PPC::CLRLSLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp42 if (MI->getOpcode() == PPC::RLWINM) { in printInst()