Searched refs:JalrInst (Results 1 – 1 of 1) sorted by relevance
2127 MCInst JalrInst; in processInstruction() local2129 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() local2705 JalrInst.setLoc(IDLoc); in expandJalWithRegs()2712 JalrInst.setOpcode(Mips::JALRS16_MM); in expandJalWithRegs()2713 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()[all …]