Home | History | Annotate | Download | only in Thumb2

Lines Matching refs:rScratch

565         int rScratch = dvmCompilerAllocTemp(cUnit);
566 loadConstant(cUnit, rScratch, value);
568 res = newLIR4(cUnit, altOpCode, rDest, rSrc1, rScratch, 0);
570 res = newLIR3(cUnit, altOpCode, rDest, rSrc1, rScratch);
571 dvmCompilerFreeTemp(cUnit, rScratch);
1019 int rScratch = dvmCompilerAllocTemp(cUnit);
1020 res = loadConstant(cUnit, rScratch, encodedDisp);
1021 store = storeBaseIndexed(cUnit, rBase, rScratch, rSrc, 0, size);
1022 dvmCompilerFreeTemp(cUnit, rScratch);