Home
last modified time | relevance | path

Searched refs:nextReg (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3231 static unsigned nextReg(unsigned Reg) { in nextReg() function
3493 if (loadImmediate(0, nextReg(FirstReg), Mips::NoRegister, true, false, in expandLoadDoubleImmToGPR()
3530 TOut.emitRRI(Mips::LW, nextReg(FirstReg), TmpReg, 4, IDLoc, STI); in expandLoadDoubleImmToGPR()
3575 TOut.emitRR(Mips::MTC1, nextReg(FirstReg), TmpReg, IDLoc, STI); in expandLoadDoubleImmToFPR()
5327 unsigned SecondReg = nextReg(FirstReg); in expandLoadStoreDMacro()
5374 unsigned SecondReg = nextReg(FirstReg); in expandStoreDM1Macro()
6186 int NextReg = nextReg(((MipsOperand &)*Operands[1]).getGPR32Reg()); in ConvertXWPOperands()