/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 627 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4); in SelectSETCC() 639 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4); in SelectSETCC() 646 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4); in SelectSETCC() 676 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4); in SelectSETCC() 680 Op = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops, 4), in SelectSETCC() 712 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4); in SelectSETCC() 716 SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops, 4), 0); in SelectSETCC() 728 SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops, 4), 0); in SelectSETCC() 938 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4); in Select() 947 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4); in Select() [all …]
|
D | PPCInstrInfo.cpp | 407 NewMIs.push_back(BuildMI(MF, DL, get(PPC::RLWINM), ScratchReg) in StoreRegToStackSlot() 542 NewMIs.push_back(BuildMI(MF, DL, get(PPC::RLWINM), ScratchReg) in LoadRegFromStackSlot()
|
D | PPCInstrInfo.td | 1333 def RLWINM : MForm_2<21, 1375 (RLWINM GPRC:$in, imm:$imm, 0, (SHL32 imm:$imm))>; 1377 (RLWINM GPRC:$in, (SRL32 imm:$imm), imm:$imm, 31)>; 1383 (RLWINM GPRC:$in, imm:$imm, 0, 31)>;
|
D | PPCRegisterInfo.cpp | 479 BuildMI(MBB, II, dl, TII.get(PPC::RLWINM), Reg) in lowerCRSpilling()
|
D | PPCFrameLowering.cpp | 359 BuildMI(MBB, MBBI, dl, TII.get(PPC::RLWINM), PPC::R0) in emitPrologue()
|
D | PPCISelLowering.cpp | 4795 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg) in EmitPartwordAtomicBinary() 4803 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg) in EmitPartwordAtomicBinary() 5127 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg) in EmitInstrWithCustomInserter() 5135 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg) in EmitInstrWithCustomInserter()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativePPC_32.c | 42 (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()
|
D | sljitNativePPC_64.c | 346 …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()
|
D | sljitNativePPC_common.c | 202 #define RLWINM (HI(21)) macro 977 …FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_r) | (argw << 11) | ((31 - argw) << … in getput_arg() 1760 …FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(dst)) | A(TMP_REG1) | (dstw << 11) | ((31 - dstw) … in sljit_emit_fop1_conv_sw_from_f64() 2213 …FAIL_IF(push_inst(compiler, RLWINM | S(dst) | A(dst) | ((1 + (bit)) << 11) | (31 << 6) | (31 << 1)…
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1328 VRot = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, in SelectAndParts32() 1385 Res = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), in Select32() 1406 Res = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), 0); in Select32() 2281 CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in trySETCC() 2295 CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in trySETCC() 2304 CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in trySETCC() 2338 CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in trySETCC() 2344 Op = SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), 0); in trySETCC() 2401 CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in trySETCC() 2407 SDValue(CurDAG->getMachineNode(PPC::RLWINM, dl, MVT::i32, Ops), 0); in trySETCC() [all …]
|
D | PPCRegisterInfo.cpp | 519 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRSpilling() 565 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRRestore() 608 BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::RLWINM8 : PPC::RLWINM), Reg) in lowerCRBitSpilling()
|
D | PPCInstrInfo.td | 2645 def RLWINM : MForm_2<21, 2691 (RLWINM $in, imm:$imm, 0, (SHL32 imm:$imm))>; 2693 (RLWINM $in, (SRL32 imm:$imm), imm:$imm, 31)>; 2699 (RLWINM $in, imm:$imm, 0, 31)>; 3076 (RLWINM (CNTLZW $in), 27, 31, 31)>, 3084 (RLWINM (i32not (CNTLZW $in)), 27, 31, 31)>, 3092 (RLWINM $in, 1, 31, 31)>, 3100 (RLWINM (i32not $in), 1, 31, 31)>, 3108 (RLWINM (ANDC (NEG $in), $in), 1, 31, 31)>, 3116 (RLWINM (ORC $in, (NEG $in)), 1, 31, 31)>, [all …]
|
D | PPCInstrInfo.cpp | 893 BuildMI(MBB, I, DL, get(PPC::RLWINM), DestReg) in copyPhysReg() 1575 (MIOpC == PPC::RLWINM || MIOpC == PPC::RLWINMo || in optimizeCompareInstr()
|
D | PPCFastISel.cpp | 1744 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(PPC::RLWINM), in PPCEmitIntExt() 2207 case PPC::RLWINM: in tryToFoldLoadIntoMI()
|
D | PPCFrameLowering.cpp | 936 BuildMI(MBB, MBBI, dl, TII.get(PPC::RLWINM), ScratchReg) in emitPrologue()
|
D | PPCISelLowering.cpp | 8586 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg) in EmitPartwordAtomicBinary() 8594 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg) in EmitPartwordAtomicBinary() 9311 BuildMI(BB, dl, TII->get(PPC::RLWINM), Shift1Reg).addReg(Ptr1Reg) in EmitInstrWithCustomInserter() 9319 BuildMI(BB, dl, TII->get(PPC::RLWINM), PtrReg) in EmitInstrWithCustomInserter()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 927 TmpInst.setOpcode(Opcode == PPC::EXTLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction() 941 TmpInst.setOpcode(Opcode == PPC::EXTRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction() 984 TmpInst.setOpcode(Opcode == PPC::ROTRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction() 997 TmpInst.setOpcode(Opcode == PPC::SLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction() 1010 TmpInst.setOpcode(Opcode == PPC::SRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction() 1023 TmpInst.setOpcode(Opcode == PPC::CLRRWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction() 1037 TmpInst.setOpcode(Opcode == PPC::CLRLSLWI? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction() 1155 TmpInst.setOpcode(Opcode == PPC::RLWINMbm ? PPC::RLWINM : PPC::RLWINMo); in ProcessInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 37 if (MI->getOpcode() == PPC::RLWINM) { in printInst()
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.cpp | 59 if (MI->getOpcode() == PPC::RLWINM) { in printInst()
|