Lines Matching refs:TmpInst

803   MCInst TmpInst;  in emitInstruction()  local
983 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
985 unsigned PICR = TmpInst.getOperand(0).getReg(); in emitInstruction()
1008 TmpInst.setOpcode(PPC::LWZ); in emitInstruction()
1015 const MCOperand TR = TmpInst.getOperand(1); in emitInstruction()
1016 const MCOperand PICR = TmpInst.getOperand(0); in emitInstruction()
1019 TmpInst.getOperand(1) = in emitInstruction()
1021 TmpInst.getOperand(0) = TR; in emitInstruction()
1022 TmpInst.getOperand(2) = PICR; in emitInstruction()
1023 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1025 TmpInst.setOpcode(PPC::ADD4); in emitInstruction()
1026 TmpInst.getOperand(0) = PICR; in emitInstruction()
1027 TmpInst.getOperand(1) = TR; in emitInstruction()
1028 TmpInst.getOperand(2) = PICR; in emitInstruction()
1029 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1035 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1038 TmpInst.setOpcode(PPC::LWZ); in emitInstruction()
1053 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1054 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1076 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1081 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1090 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1091 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1100 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1103 TmpInst.setOpcode((!IsPPC64) ? (PPC::LA) : (PPC::LA8)); in emitInstruction()
1114 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1115 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1123 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1126 TmpInst.setOpcode(PPC::LD); in emitInstruction()
1146 TmpInst.getOperand(1) = MCOperand::createExpr( in emitInstruction()
1152 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1166 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1169 TmpInst.setOpcode(PPC::ADDIS); in emitInstruction()
1196 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1197 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1211 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1214 TmpInst.setOpcode(PPC::LWZ); in emitInstruction()
1230 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1231 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1236 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1242 TmpInst.setOpcode(PPC::ADDIS8); in emitInstruction()
1273 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1274 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1279 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1285 TmpInst.setOpcode(PPC::LD); in emitInstruction()
1308 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1309 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1315 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1321 TmpInst.setOpcode(Op == PPC::ADDItocL8 ? (IsAIX ? PPC::LA8 : PPC::ADDI8) in emitInstruction()
1339 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1340 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1362 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1365 TmpInst.setOpcode(IsPPC64 ? PPC::LD : PPC::LWZ); in emitInstruction()
1373 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1374 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1674 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1678 TmpInst.getOperand(OpNum) = MCOperand::createExpr(Expr); in emitInstruction()
1682 TmpInst.setOpcode(PPC::LA8); in emitInstruction()
1684 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1702 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1703 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()