Searched refs:FirstRegOp (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 2652 const MCOperand FirstRegOp = Inst.getOperand(0); in expandJalWithRegs() local 2659 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2662 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2666 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2674 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 5183 unsigned FirstRegOp = Inst.getOperand(0).getReg(); in expandAbs() local 5187 if (FirstRegOp != SecondRegOp) in expandAbs() 5188 TOut.emitRRR(Mips::ADDu, FirstRegOp, SecondRegOp, Mips::ZERO, IDLoc, STI); in expandAbs() 5191 TOut.emitRRR(Mips::SUB, FirstRegOp, Mips::ZERO, SecondRegOp, IDLoc, STI); in expandAbs()
|