Searched refs:FirstRegOp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2706 const MCOperand FirstRegOp = Inst.getOperand(0); in expandJalWithRegs() local 2713 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2716 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2720 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2728 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 5211 unsigned FirstRegOp = Inst.getOperand(0).getReg(); in expandAbs() local 5215 if (FirstRegOp != SecondRegOp) in expandAbs() 5216 TOut.emitRRR(Mips::ADDu, FirstRegOp, SecondRegOp, Mips::ZERO, IDLoc, STI); in expandAbs() 5219 TOut.emitRRR(Mips::SUB, FirstRegOp, Mips::ZERO, SecondRegOp, IDLoc, STI); in expandAbs()
|