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

  /dalvik/vm/compiler/codegen/mips/
Codegen.h 71 int rSrc);
73 extern MipsLIR* dvmCompilerRegCopy(CompilationUnit *cUnit, int rDest, int rSrc);
81 int displacement, int rSrc, OpSize size);
CodegenFactory.cpp 37 int displacement, int rSrc)
39 return storeBaseDisp(cUnit, rBase, displacement, rSrc, kWord);
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 38 int displacement, int rSrc);
46 static MipsLIR *fpRegCopy(CompilationUnit *cUnit, int rDest, int rSrc)
50 res->operands[1] = rSrc;
51 if (rDest == rSrc) {
55 assert(DOUBLEREG(rDest) == DOUBLEREG(rSrc));
60 if (SINGLEREG(rSrc)) {
65 res->operands[0] = rSrc;
69 assert(SINGLEREG(rSrc));
484 int rIndex, int rSrc, int scale, OpSize size)
493 if (FPREG(rSrc)) {
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 811 int rIndex, int rSrc, int scale, OpSize size)
813 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc);
819 if (FPREG(rSrc)) {
820 assert(SINGLEREG(rSrc));
838 store = newLIR3(cUnit, opcode, rSrc, regPtr, 0);
859 store = newLIR3(cUnit, opcode, rSrc, rBase, rIndex);
861 store = newLIR4(cUnit, opcode, rSrc, rBase, rIndex, scale);
    [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);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
RectTest.java 174 Rect rSrc = new Rect(1, 2, 3, 4);
176 r.set(rSrc);
  /external/valgrind/main/VEX/priv/
host_arm_defs.c     [all...]

Completed in 250 milliseconds