Searched refs:firstReg (Results 1 - 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm3rc.java101 int firstReg = (regs.size() == 0) ? 0 : regs.get(0).getReg();
104 write(out, opcodeUnit(insn, count), (short) cpi, (short) firstReg);
H A DForm5rc.java100 int firstReg = (regs.size() == 0) ? 0 : regs.get(0).getReg();
103 write(out, opcodeUnit(insn), cpi, (short) count, (short) firstReg);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DPhiInsn.java253 int firstReg = operands.get(0).regSpec.getReg();
255 if (firstReg != o.regSpec.getReg()) {
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.h175 GLuint maxRegs, GLuint firstReg);
H A Dprogram.c890 * that's >= firstReg.
894 * \param firstReg first register to start searching at
899 GLuint usedSize, GLuint firstReg)
903 assert(firstReg < usedSize);
905 for (i = firstReg; i < usedSize; i++)
898 _mesa_find_free_register(const GLboolean used[], GLuint usedSize, GLuint firstReg) argument
/external/mesa3d/src/mesa/program/
H A Dprogram.h175 GLuint maxRegs, GLuint firstReg);
H A Dprogram.c890 * that's >= firstReg.
894 * \param firstReg first register to start searching at
899 GLuint usedSize, GLuint firstReg)
903 assert(firstReg < usedSize);
905 for (i = firstReg; i < usedSize; i++)
898 _mesa_find_free_register(const GLboolean used[], GLuint usedSize, GLuint firstReg) argument
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1023 unsigned firstReg = (ValTy == MVT::f64) ? SP::D0 : SP::Q0; local
1025 unsigned Offset = argSize * (VA.getLocReg() - firstReg);

Completed in 1020 milliseconds