Home
last modified time | relevance | path

Searched refs:TmpInst0 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp101 MCInst TmpInst0; in emitPseudoIndirectBranch() local
105 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() local
205 MCInstLowering.Lower(&*I, TmpInst0); in EmitInstruction()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsAsmPrinter.cpp65 MCInst TmpInst0; in EmitInstruction() local
66 MCInstLowering.Lower(MI, TmpInst0); in EmitInstruction()
73 OutStreamer.EmitInstruction(TmpInst0); in EmitInstruction()
79 OutStreamer.EmitInstruction(TmpInst0); in EmitInstruction()