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

  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 240 int rScratch = dvmCompilerAllocTemp(cUnit);
241 res = loadConstant(cUnit, rScratch, value);
243 newLIR2(cUnit, opcode, rDestSrc1, rScratch);
245 newLIR3(cUnit, opcode, rDestSrc1, rDestSrc1, rScratch);
345 int rScratch = dvmCompilerAllocTemp(cUnit);
346 res = loadConstant(cUnit, rScratch, value);
347 opRegReg(cUnit, op, rDest, rScratch);
365 int rScratch = dvmCompilerAllocTemp(cUnit);
366 res = loadConstant(cUnit, rScratch, value);
367 newLIR3(cUnit, opcode, rDest, rSrc1, rScratch);
    [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 224 int rScratch = dvmCompilerAllocTemp(cUnit);
225 res = loadConstant(cUnit, rScratch, value);
227 newLIR2(cUnit, opcode, rDestSrc1, rScratch);
229 newLIR3(cUnit, opcode, rDestSrc1, rDestSrc1, rScratch);
357 int rScratch = dvmCompilerAllocTemp(cUnit);
358 res = loadConstant(cUnit, rScratch, value);
359 newLIR3(cUnit, opcode, rDest, rSrc1, rScratch);
782 int rScratch = dvmCompilerAllocTemp(cUnit);
783 res = opRegRegImm(cUnit, kOpAdd, rScratch, rBase, displacement);
785 store = newLIR3(cUnit, opcode, rSrc, 0, rScratch);
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 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);
    [all...]

Completed in 45 milliseconds