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

  /dalvik/vm/compiler/codegen/arm/Thumb/
Factory.cpp 30 static ArmLIR *loadWordDisp(CompilationUnit *cUnit, int rBase, int displacement,
32 static ArmLIR *storeWordDisp(CompilationUnit *cUnit, int rBase,
469 static ArmLIR *loadBaseIndexed(CompilationUnit *cUnit, int rBase,
501 res = newLIR3(cUnit, opcode, rDest, rBase, rNewIndex);
512 static ArmLIR *storeBaseIndexed(CompilationUnit *cUnit, int rBase,
539 res = newLIR3(cUnit, opcode, rSrc, rBase, rNewIndex);
549 static ArmLIR *loadMultiple(CompilationUnit *cUnit, int rBase, int rMask)
553 res = newLIR2(cUnit, kThumbLdmia, rBase, rMask);
562 static ArmLIR *storeMultiple(CompilationUnit *cUnit, int rBase, int rMask)
566 res = newLIR2(cUnit, kThumbStmia, rBase, rMask)
    [all...]
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 713 static ArmLIR *loadBaseIndexed(CompilationUnit *cUnit, int rBase,
716 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rDest);
736 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
739 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
766 load = newLIR3(cUnit, opcode, rDest, rBase, rIndex);
768 load = newLIR4(cUnit, opcode, rDest, rBase, rIndex, scale);
777 static ArmLIR *storeBaseIndexed(CompilationUnit *cUnit, int rBase,
780 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc);
800 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
803 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex)
    [all...]
  /dalvik/vm/compiler/codegen/
Ralloc.h 221 extern void dvmCompilerFlushRegImpl(CompilationUnit *cUnit, int rBase,
224 extern void dvmCompilerFlushRegWideImpl(CompilationUnit *cUnit, int rBase,
CodegenFactory.cpp 35 static TGT_LIR *loadWordDisp(CompilationUnit *cUnit, int rBase,
38 return loadBaseDisp(cUnit, NULL, rBase, displacement, rDest, kWord,
42 static TGT_LIR *storeWordDisp(CompilationUnit *cUnit, int rBase,
45 return storeBaseDisp(cUnit, rBase, displacement, rSrc, kWord);
  /dalvik/vm/compiler/codegen/x86/
CodegenDriver.cpp 28 extern X86LIR *loadWordDisp(CompilationUnit *cUnit, int rBase,
31 extern void storeWordDisp(CompilationUnit *cUnit, int rBase,
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 206 int rBase = high >> 27;
209 r1 = convert5To8(rBase);
210 r2 = convertDiff(rBase, high >> 24);
  /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...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]

Completed in 94 milliseconds