Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2662 const MCOperand FirstRegOp = Inst.getOperand(0); in expandJalWithRegs() local
2669 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()
2672 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()
2676 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()
2684 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs()
5154 MCRegister FirstRegOp = Inst.getOperand(0).getReg(); in expandAbs() local
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()