Searched refs:FirstRegOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 2091 const MCOperand FirstRegOp = Inst.getOperand(0); in expandJalWithRegs() local 2098 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2101 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2105 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 2113 JalrInst.addOperand(FirstRegOp); in expandJalWithRegs() 3675 unsigned FirstRegOp = Inst.getOperand(0).getReg(); in expandAbs() local 3679 if (FirstRegOp != SecondRegOp) in expandAbs() 3680 TOut.emitRRR(Mips::ADDu, FirstRegOp, SecondRegOp, Mips::ZERO, IDLoc, STI); in expandAbs() 3683 TOut.emitRRR(Mips::SUB, FirstRegOp, Mips::ZERO, SecondRegOp, IDLoc, STI); in expandAbs()
|