Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2137 MCInst JalrInst; in processInstruction() local
2139 JalrInst.setOpcode(IsCpRestoreSet ? Mips::JALRS_MM : Mips::JALR_MM); in processInstruction()
2141 JalrInst.setOpcode(Mips::JALR); in processInstruction()
2142 JalrInst.addOperand(MCOperand::createReg(Mips::RA)); in processInstruction()
2143 JalrInst.addOperand(MCOperand::createReg(Mips::T9)); in processInstruction()
2161 Inst = JalrInst; in processInstruction()
2650 MCInst JalrInst; in expandJalWithRegs() local
2651 JalrInst.setLoc(IDLoc); in expandJalWithRegs()
2658 JalrInst.setOpcode(Mips::JALRS16_MM); in expandJalWithRegs()
2659 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()
[all …]