Searched refs:JalrInst (Results 1 – 1 of 1) sorted by relevance
1703 MCInst JalrInst; in processInstruction() local1705 JalrInst.setOpcode(Mips::JALRS_MM); in processInstruction()1707 JalrInst.setOpcode(inMicroMipsMode() ? Mips::JALR_MM : Mips::JALR); in processInstruction()1708 JalrInst.addOperand(MCOperand::createReg(Mips::RA)); in processInstruction()1709 JalrInst.addOperand(MCOperand::createReg(Mips::T9)); in processInstruction()1715 Inst = JalrInst; in processInstruction()2089 MCInst JalrInst; in expandJalWithRegs() local2090 JalrInst.setLoc(IDLoc); in expandJalWithRegs()2097 JalrInst.setOpcode(Mips::JALRS16_MM); in expandJalWithRegs()2098 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()[all …]