Lines Matching refs:TmpInst
554 MCInst TmpInst; in emitInstruction() local
672 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
674 unsigned PICR = TmpInst.getOperand(0).getReg(); in emitInstruction()
697 TmpInst.setOpcode(PPC::LWZ); in emitInstruction()
704 const MCOperand TR = TmpInst.getOperand(1); in emitInstruction()
705 const MCOperand PICR = TmpInst.getOperand(0); in emitInstruction()
708 TmpInst.getOperand(1) = in emitInstruction()
710 TmpInst.getOperand(0) = TR; in emitInstruction()
711 TmpInst.getOperand(2) = PICR; in emitInstruction()
712 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
714 TmpInst.setOpcode(PPC::ADD4); in emitInstruction()
715 TmpInst.getOperand(0) = PICR; in emitInstruction()
716 TmpInst.getOperand(1) = TR; in emitInstruction()
717 TmpInst.getOperand(2) = PICR; in emitInstruction()
718 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
724 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
727 TmpInst.setOpcode(PPC::LWZ); in emitInstruction()
742 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
743 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
762 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
763 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
772 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
773 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
781 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
784 TmpInst.setOpcode(PPC::LD); in emitInstruction()
802 TmpInst.getOperand(1) = MCOperand::createExpr( in emitInstruction()
804 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
813 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
816 TmpInst.setOpcode(PPC::ADDIS); in emitInstruction()
833 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
834 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
843 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
846 TmpInst.setOpcode(PPC::LWZ); in emitInstruction()
863 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
864 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
869 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
875 TmpInst.setOpcode(PPC::ADDIS8); in emitInstruction()
901 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
902 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
907 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
913 TmpInst.setOpcode(PPC::LD); in emitInstruction()
934 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
935 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
940 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
945 TmpInst.setOpcode(PPC::ADDI8); in emitInstruction()
957 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
958 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
980 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
983 TmpInst.setOpcode(IsPPC64 ? PPC::LD : PPC::LWZ); in emitInstruction()
991 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
992 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()
1235 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this); in emitInstruction()
1236 EmitToStreamer(*OutStreamer, TmpInst); in emitInstruction()