Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:NextReg

3164 static unsigned nextReg(unsigned Reg) {
3372 if (loadImmediate(0, nextReg(FirstReg), Mips::NoRegister, true, true,
3408 TOut.emitRRI(Mips::LW, nextReg(FirstReg), ATReg, 4, IDLoc, STI);
3425 TOut.emitRR(Mips::MTC1, nextReg(FirstReg), ATReg, IDLoc, STI);
4839 unsigned SecondReg = nextReg(FirstReg);
5535 int NextReg = nextReg(((MipsOperand &)*Operands[1]).getGPR32Reg());
5536 Inst.addOperand(MCOperand::createReg(NextReg));