HomeSort by relevance Sort by last modified time
    Searched refs:physicalReg (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 310 allRegs[k].physicalReg = (PhysicalReg) k;
323 allRegs[k].physicalReg = (PhysicalReg) k;
344 if(compileTable[k2].physicalReg == k) {
399 /* update compileTable.physicalReg, compileTable.spill_loc_index & allRegs.isUsed
401 not in a physical register (physicalReg is Null)
413 compileTable[k].physicalReg = PhysicalReg_Null;
419 if(compileTable[k].physicalReg == PhysicalReg_Null) {
421 compileTable[k].physicalReg = compileTable[k].physicalReg_prev
    [all...]
AnalysisO1.h 113 PhysicalReg physicalReg;
122 PhysicalReg physicalReg;
127 PhysicalReg physicalReg;
240 int physicalReg;
260 int physicalReg;
379 void updateCurrentBBWithConstraints(PhysicalReg reg);
Lower.h 234 int physicalReg;
276 int index; //enum PhysicalReg for "Reg" type
517 extern PhysicalReg scratchRegs[4];
573 int nextVersionOfHardReg(PhysicalReg pReg, int refCount);
600 void donotSpillReg(int physicalReg);
601 void doSpillReg(int physicalReg);
    [all...]
LowerHelper.cpp 114 op_reg->physicalReg = reg;
129 mem->m_base.physicalReg = base;
143 mem->m_base.physicalReg = base;
149 mem->m_index.physicalReg = index;
    [all...]
BytecodeVisitor.cpp     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.cpp 45 inline void add_r(EncoderBase::Operands & args, int physicalReg, OpndSize sz, OpndExt ext = OpndExt_None) {
46 RegName reg = map_of_regno_2_regname[physicalReg];

Completed in 82 milliseconds