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

/dalvik/vm/compiler/codegen/arm/Thumb2/
H A DFactory.cpp506 bool allLowRegs = (LOWREG(rDest) && LOWREG(rSrc1)); local
512 if (allLowRegs)
517 if (allLowRegs)
522 if (allLowRegs)
542 if (allLowRegs && ((absValue & 0x7) == absValue)) {
749 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rDest); local
752 bool thumbForm = (allLowRegs && (scale == 0));
813 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc); local
816 bool thumbForm = (allLowRegs && (scale == 0));
883 bool allLowRegs local
1017 bool allLowRegs = (LOWREG(rBase) && LOWREG(rSrc)); local
[all...]

Completed in 26 milliseconds