Searched refs:firstReg (Results 1 - 6 of 6) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
H A D | Form3rc.java | 101 int firstReg = (regs.size() == 0) ? 0 : regs.get(0).getReg(); 104 write(out, opcodeUnit(insn, count), (short) cpi, (short) firstReg);
|
H A D | Form5rc.java | 100 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 D | PhiInsn.java | 253 int firstReg = operands.get(0).regSpec.getReg(); 255 if (firstReg != o.regSpec.getReg()) {
|
/external/mesa3d/src/mesa/program/ |
H A D | program.h | 175 GLuint maxRegs, GLuint firstReg);
|
H A D | program.c | 890 * 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 D | SparcISelLowering.cpp | 1081 unsigned firstReg = (ValTy == MVT::f64) ? SP::D0 : SP::Q0; local 1083 unsigned Offset = argSize * (VA.getLocReg() - firstReg);
|
Completed in 339 milliseconds