Searched refs:SecondRegOp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 2729 const MCOperand SecondRegOp = Inst.getOperand(1); in expandJalWithRegs() local 2730 JalrInst.addOperand(SecondRegOp); in expandJalWithRegs() 5212 unsigned SecondRegOp = Inst.getOperand(1).getReg(); in expandAbs() local 5214 TOut.emitRI(Mips::BGEZ, SecondRegOp, 8, IDLoc, STI); in expandAbs() 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()
|