reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
 1071     TmpInst.setOpcode(Opcode == PPC::RLWIMIbm ? PPC::RLWIMI : PPC::RLWIMIo);
 1072     TmpInst.addOperand(Inst.getOperand(0));
 1073     TmpInst.addOperand(Inst.getOperand(0)); // The tied operand.
 1074     TmpInst.addOperand(Inst.getOperand(1));
 1075     TmpInst.addOperand(Inst.getOperand(2));
 1076     TmpInst.addOperand(MCOperand::createImm(MB));
 1077     TmpInst.addOperand(MCOperand::createImm(ME));
 1078     Inst = TmpInst;