Searched refs:FirstRegOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2643 const MCOperand FirstRegOp = Inst.getOperand(0); in expandJalWithRegs() local 2650 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2653 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2657 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2665 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 5141 unsigned FirstRegOp = Inst.getOperand(0).getReg(); in expandAbs() local 5145 if (FirstRegOp != SecondRegOp) in expandAbs() 5146 TOut.emitRRR(Mips::ADDu, FirstRegOp, SecondRegOp, Mips::ZERO, IDLoc, STI); in expandAbs() 5149 TOut.emitRRR(Mips::SUB, FirstRegOp, Mips::ZERO, SecondRegOp, IDLoc, STI); in expandAbs()
|