Searched refs:PhysicalReg (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | AnalysisO1.h | 113 PhysicalReg physicalReg; 122 PhysicalReg physicalReg; 127 PhysicalReg physicalReg; 379 void updateCurrentBBWithConstraints(PhysicalReg reg);
|
D | AnalysisO1.cpp | 310 allRegs[k].physicalReg = (PhysicalReg) k; in initializeAllRegs() 323 allRegs[k].physicalReg = (PhysicalReg) k; in initializeAllRegs() 528 currentBB->allocConstraints[ii].physicalReg = (PhysicalReg)ii; in preprocessingBB() 2233 PhysicalReg regAll; 2245 … PhysicalReg regAll = (PhysicalReg)checkVirtualReg(reg, LowOpndRegType_xmm, 0 /* do not update*/); 2258 regAll = (PhysicalReg)checkVirtualReg(reg, pType, 0 /* do not update*/); 2276 PhysicalReg spillForLogicalReg(int type, int reg, int indexToCompileTable); 2351 PhysicalReg allocR = spillForLogicalReg(newType, reg, tIndex); 2585 PhysicalReg spillForLogicalReg(int type, int reg, int indexToCompileTable) { 2593 PhysicalReg allocR; [all …]
|
D | Lower.h | 517 extern PhysicalReg scratchRegs[4]; 573 int nextVersionOfHardReg(PhysicalReg pReg, int refCount);
|
D | Lower.cpp | 39 PhysicalReg scratchRegs[4];
|
D | BytecodeVisitor.cpp | 1229 infoArray[num].allocConstraints[kk].physicalReg = (PhysicalReg)kk; in getVirtualRegInfo()
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_wrapper.h | 23 typedef enum PhysicalReg { enum 38 } PhysicalReg; typedef
|