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

  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 778 int rIndex, int rSrc, int scale, OpSize size)
780 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc);
786 if (FPREG(rSrc)) {
787 assert(SINGLEREG(rSrc));
805 store = newLIR3(cUnit, opcode, rSrc, regPtr, 0);
826 store = newLIR3(cUnit, opcode, rSrc, rBase, rIndex);
828 store = newLIR4(cUnit, opcode, rSrc, rBase, rIndex, scale);
977 int displacement, int rSrc, int rSrcHi,
984 bool allLowRegs = (LOWREG(rBase) && LOWREG(rSrc));
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Codegen.h 65 int rSrc);
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 33 int displacement, int rSrc);
513 int rIndex, int rSrc, int scale, OpSize size)
539 res = newLIR3(cUnit, opcode, rSrc, rBase, rNewIndex);
714 int displacement, int rSrc, int rSrcHi,
774 store = res = newLIR3(cUnit, opcode, rSrc, rBase, encodedDisp);
782 store = newLIR3(cUnit, kThumbStrRRI5, rSrc, rScratch, 0);
786 store = newLIR3(cUnit, opcode, rSrc, rBase, rScratch);
808 int displacement, int rSrc, OpSize size)
810 return storeBaseDispBody(cUnit, rBase, displacement, rSrc, -1, size);
839 static ArmLIR* genRegCopyNoInsert(CompilationUnit *cUnit, int rDest, int rSrc)
    [all...]
  /dalvik/vm/compiler/codegen/
Ralloc.h 216 extern ArmLIR* dvmCompilerRegCopy(CompilationUnit *cUnit, int rDest, int rSrc);
222 int displacement, int rSrc, OpSize size);
CodegenFactory.cpp 43 int displacement, int rSrc)
45 return storeBaseDisp(cUnit, rBase, displacement, rSrc, kWord);
  /dalvik/vm/compiler/codegen/x86/
CodegenDriver.cpp 32 int displacement, int rSrc);
  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]

Completed in 546 milliseconds