Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp1703 MCInst JalrInst; in processInstruction() local
1705 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() local
2090 JalrInst.setLoc(IDLoc); in expandJalWithRegs()
2097 JalrInst.setOpcode(Mips::JALRS16_MM); in expandJalWithRegs()
2098 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()
[all …]