Home | History | Annotate | Download | only in Thumb2

Lines Matching refs:rScratch

609         int rScratch = dvmCompilerAllocTemp(cUnit);
610 loadConstant(cUnit, rScratch, value);
612 res = newLIR4(cUnit, altOpcode, rDest, rSrc1, rScratch, 0);
614 res = newLIR3(cUnit, altOpcode, rDest, rSrc1, rScratch);
615 dvmCompilerFreeTemp(cUnit, rScratch);
1089 int rScratch = dvmCompilerAllocTemp(cUnit);
1090 res = loadConstant(cUnit, rScratch, encodedDisp);
1091 store = storeBaseIndexed(cUnit, rBase, rScratch, rSrc, 0, size);
1092 dvmCompilerFreeTemp(cUnit, rScratch);