Searched refs:registerAllocMove (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerHelper.cpp373 regAll2 = registerAllocMove(reg2, type, isPhysical2, reg);
402 regAll2 = registerAllocMove(reg2, type, isPhysical2, regAll);
1765 registerAllocMove(reg, pType, isPhysical, regAll);
1820 // [call registerAllocMove]
1838 registerAllocMove(vA, LowOpndRegType_virtual | type, false, regAll);
H A DLower.h564 int registerAllocMove(int reg, int type, bool isPhysical, int srcReg);
H A DAnalysisO1.cpp2368 int registerAllocMove(int reg, int type, bool isPhysical, int srcReg) { function
2372 ALOGI("in registerAllocMove: reg %d type %d srcReg %d", reg, type, srcReg);
2378 ALOGE("reg %d type %d not found in registerAllocMove", reg, newType);
2385 ALOGI("REGALLOC: registerAllocMove %d for logical register %d %d",
4463 ALOGI("MOVE_OPT registerAllocMove not used for 8-bit register");
4485 //a temporary register can share the same physical reg with a VR if registerAllocMove is called

Completed in 192 milliseconds