Lines Matching refs:TmpInst
479 MCInst TmpInst; in EmitInstruction() local
539 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
542 TmpInst.setOpcode(PPC::LWZ); in EmitInstruction()
549 const MCOperand TR = TmpInst.getOperand(1); in EmitInstruction()
550 const MCOperand PICR = TmpInst.getOperand(0); in EmitInstruction()
553 TmpInst.getOperand(1) = in EmitInstruction()
555 TmpInst.getOperand(0) = TR; in EmitInstruction()
556 TmpInst.getOperand(2) = PICR; in EmitInstruction()
557 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()
559 TmpInst.setOpcode(PPC::ADD4); in EmitInstruction()
560 TmpInst.getOperand(0) = PICR; in EmitInstruction()
561 TmpInst.getOperand(1) = TR; in EmitInstruction()
562 TmpInst.getOperand(2) = PICR; in EmitInstruction()
563 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()
568 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
572 TmpInst.setOpcode(PPC::LWZ); in EmitInstruction()
591 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in EmitInstruction()
602 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in EmitInstruction()
604 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()
612 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
616 TmpInst.setOpcode(PPC::LD); in EmitInstruction()
636 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in EmitInstruction()
637 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()
643 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
649 TmpInst.setOpcode(PPC::ADDIS8); in EmitInstruction()
677 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in EmitInstruction()
678 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()
683 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
688 TmpInst.setOpcode(PPC::LD); in EmitInstruction()
720 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in EmitInstruction()
721 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()
726 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
731 TmpInst.setOpcode(PPC::ADDI8); in EmitInstruction()
751 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in EmitInstruction()
752 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()
774 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
777 TmpInst.setOpcode(isPPC64 ? PPC::LD : PPC::LWZ); in EmitInstruction()
784 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in EmitInstruction()
785 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()
1014 LowerPPCMachineInstrToMCInst(MI, TmpInst, *this, isDarwin); in EmitInstruction()
1015 EmitToStreamer(*OutStreamer, TmpInst); in EmitInstruction()