Searched defs:regAll (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp1986 void dumpToMem(int vrNum, LowOpndRegType type, int regAll) { //ss,gp,xmm argument
1994 set_virtual_reg_noalloc(vrNum, getRegSize(type), regAll, true);
1996 move_ss_reg_to_mem_noalloc(regAll, true,
2233 PhysicalReg regAll; local
2245 PhysicalReg regAll = (PhysicalReg)checkVirtualReg(reg, LowOpndRegType_xmm, 0 /* do not update*/); local
2246 dumpToMem(reg, LowOpndRegType_xmm, regAll);
2258 regAll = (PhysicalReg)checkVirtualReg(reg, pType, 0 /* do not update*/);
2259 dumpToMem(reg, pType, regAll);
3120 int updateVRAtUse(int reg, LowOpndRegType pType, int regAll) {
3133 regAll, tru
[all...]
H A DLowerHelper.cpp284 int regAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true); local
285 return lower_mem(m, m2, size, disp, regAll);
309 int regAll = registerAlloc(type, reg, isPhysical, true); local
310 return lower_reg(m, m2, size, regAll, type);
354 int regAll = registerAlloc(type, reg, isPhysical, true); local
356 if(isMnemonicMove(m) && regAll == reg2) return NULL;
357 return lower_reg_reg(m, ATOM_NORMAL, size, regAll, reg2, type);
394 int regAll = registerAlloc(type, reg, isPhysical, true); local
402 regAll2 = registerAllocMove(reg2, type, isPhysical2, regAll);
405 donotSpillReg(regAll);
456 int regAll = registerAlloc(type, reg, isPhysical, true); local
481 int regAll = registerAlloc(type, reg, isPhysical, true); local
501 int regAll = registerAlloc(LowOpndRegType_gp, reg, isPhysical, true); local
521 int regAll = registerAlloc(LowOpndRegType_gp, reg, isPhysical, true); local
549 int regAll = registerAlloc(LowOpndRegType_gp, reg, isPhysical, true); local
599 int regAll = registerAlloc(isMovzs ? LowOpndRegType_gp : type, reg, isPhysical, true); local
633 int regAll = registerAlloc(type, reg, isPhysical, true); local
670 int regAll = registerAlloc(type, reg, isPhysical, true); local
698 int regAll = registerAlloc(type, reg, isPhysical, true); local
934 int regAll = checkVirtualReg(vA, type, 0/*do not update*/); local
1085 int regAll = registerAlloc(type, reg, isPhysical, true); local
1117 int regAll = checkVirtualReg(vA, getTypeFromIntSize(size), 0); local
1296 int regAll = checkVirtualReg(vA, type, 0/*do not update refCount*/); local
1347 int regAll = checkVirtualReg(vA, getTypeFromIntSize(size), 0); local
1604 int regAll = checkVirtualReg(vA, getTypeFromIntSize(size), 0); local
1743 int regAll = checkVirtualReg(vB, type, 0); local
1826 int regAll = checkVirtualReg(vA, type, 0); local
2029 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/); local
2051 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/); local
2076 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/); local
2101 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/); local
2152 int regAll = registerAlloc(LowOpndRegType_gp, PhysicalReg_GLUE_DVMDEX, false, false/*updateRefCount*/); local
[all...]

Completed in 96 milliseconds