Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2685 const MCOperand SecondRegOp = Inst.getOperand(1); in expandJalWithRegs() local
2686 JalrInst.addOperand(SecondRegOp); in expandJalWithRegs()
5155 MCRegister SecondRegOp = Inst.getOperand(1).getReg(); in expandAbs() local
5157 TOut.emitRI(Mips::BGEZ, SecondRegOp, 8, IDLoc, STI); in expandAbs()
5158 if (FirstRegOp != SecondRegOp) in expandAbs()
5159 TOut.emitRRR(Mips::ADDu, FirstRegOp, SecondRegOp, Mips::ZERO, IDLoc, STI); in expandAbs()
5162 TOut.emitRRR(Mips::SUB, FirstRegOp, Mips::ZERO, SecondRegOp, IDLoc, STI); in expandAbs()