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

  /dalvik/vm/compiler/codegen/arm/
Codegen.h 83 extern void dvmCompilerFlushRegImpl(CompilationUnit *cUnit, int rBase,
86 extern void dvmCompilerFlushRegWideImpl(CompilationUnit *cUnit, int rBase,
CodegenFactory.c 29 static ArmLIR *loadWordDisp(CompilationUnit *cUnit, int rBase, int displacement,
32 return loadBaseDisp(cUnit, NULL, rBase, displacement, rDest, kWord,
36 static ArmLIR *storeWordDisp(CompilationUnit *cUnit, int rBase,
39 return storeBaseDisp(cUnit, rBase, displacement, rSrc, kWord);
CodegenDriver.c     [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.c 30 static ArmLIR *loadWordDisp(CompilationUnit *cUnit, int rBase, int displacement,
32 static ArmLIR *storeWordDisp(CompilationUnit *cUnit, int rBase,
448 static ArmLIR *loadBaseIndexed(CompilationUnit *cUnit, int rBase,
480 res = newLIR3(cUnit, opCode, rDest, rBase, rNewIndex);
491 static ArmLIR *storeBaseIndexed(CompilationUnit *cUnit, int rBase,
518 res = newLIR3(cUnit, opCode, rSrc, rBase, rNewIndex);
528 static ArmLIR *loadMultiple(CompilationUnit *cUnit, int rBase, int rMask)
532 res = newLIR2(cUnit, kThumbLdmia, rBase, rMask);
541 static ArmLIR *storeMultiple(CompilationUnit *cUnit, int rBase, int rMask)
545 res = newLIR2(cUnit, kThumbStmia, rBase, rMask)
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 676 static ArmLIR *loadBaseIndexed(CompilationUnit *cUnit, int rBase,
679 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rDest);
699 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
702 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
729 load = newLIR3(cUnit, opCode, rDest, rBase, rIndex);
731 load = newLIR4(cUnit, opCode, rDest, rBase, rIndex, scale);
740 static ArmLIR *storeBaseIndexed(CompilationUnit *cUnit, int rBase,
743 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc);
763 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
766 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex)
    [all...]
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 206 int rBase = high >> 27;
209 r1 = convert5To8(rBase);
210 r2 = convertDiff(rBase, high >> 24);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 718 #define rBase a
731 #define sparse_base val.rBase
    [all...]

Completed in 146 milliseconds