Searched refs:TmpInst0 (Results 1 – 2 of 2) sorted by relevance
101 MCInst TmpInst0; in emitPseudoIndirectBranch() local105 TmpInst0.setOpcode(Mips::JALR64); in emitPseudoIndirectBranch()109 TmpInst0.setOpcode(Mips::JALR); in emitPseudoIndirectBranch()113 TmpInst0.setOpcode(Mips::JR_MM); in emitPseudoIndirectBranch()116 TmpInst0.setOpcode(Mips::JR); in emitPseudoIndirectBranch()123 TmpInst0.addOperand(MCOperand::createReg(ZeroReg)); in emitPseudoIndirectBranch()127 TmpInst0.addOperand(MCOp); in emitPseudoIndirectBranch()129 EmitToStreamer(OutStreamer, TmpInst0); in emitPseudoIndirectBranch()204 MCInst TmpInst0; in EmitInstruction() local205 MCInstLowering.Lower(&*I, TmpInst0); in EmitInstruction()[all …]
65 MCInst TmpInst0; in EmitInstruction() local66 MCInstLowering.Lower(MI, TmpInst0); in EmitInstruction()73 OutStreamer.EmitInstruction(TmpInst0); in EmitInstruction()79 OutStreamer.EmitInstruction(TmpInst0); in EmitInstruction()