Searched refs:FirstRegOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2578 const MCOperand FirstRegOp = Inst.getOperand(0); in expandJalWithRegs() local 2585 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2588 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2592 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2600 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 4685 unsigned FirstRegOp = Inst.getOperand(0).getReg(); in expandAbs() local 4689 if (FirstRegOp != SecondRegOp) in expandAbs() 4690 TOut.emitRRR(Mips::ADDu, FirstRegOp, SecondRegOp, Mips::ZERO, IDLoc, STI); in expandAbs() 4693 TOut.emitRRR(Mips::SUB, FirstRegOp, Mips::ZERO, SecondRegOp, IDLoc, STI); in expandAbs()
|