Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2127 MCInst JalrInst; in processInstruction() local
2129 JalrInst.setOpcode(IsCpRestoreSet ? Mips::JALRS_MM : Mips::JALR_MM); in processInstruction()
2131 JalrInst.setOpcode(Mips::JALR); in processInstruction()
2132 JalrInst.addOperand(MCOperand::createReg(Mips::RA)); in processInstruction()
2133 JalrInst.addOperand(MCOperand::createReg(Mips::T9)); in processInstruction()
2151 Inst = JalrInst; in processInstruction()
2704 MCInst JalrInst; in expandJalWithRegs() local
2705 JalrInst.setLoc(IDLoc); in expandJalWithRegs()
2712 JalrInst.setOpcode(Mips::JALRS16_MM); in expandJalWithRegs()
2713 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()
[all …]