HomeSort by relevance Sort by last modified time
    Searched refs:rScratch (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 219 int rScratch = dvmCompilerAllocTemp(cUnit);
220 res = loadConstant(cUnit, rScratch, value);
222 newLIR2(cUnit, opCode, rDestSrc1, rScratch);
224 newLIR3(cUnit, opCode, rDestSrc1, rDestSrc1, rScratch);
324 int rScratch = dvmCompilerAllocTemp(cUnit);
325 res = loadConstant(cUnit, rScratch, value);
326 opRegReg(cUnit, op, rDest, rScratch);
344 int rScratch = dvmCompilerAllocTemp(cUnit);
345 res = loadConstant(cUnit, rScratch, value);
346 newLIR3(cUnit, opCode, rDest, rSrc1, rScratch);
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 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);
    [all...]

Completed in 120 milliseconds