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

  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp 91 LOAD_FUNC_ADDR(cUnit, r_T9, (int)funct);
92 opReg(cUnit, kOpBlx, r_T9);
168 LOAD_FUNC_ADDR(cUnit, r_T9, (int)funct);
169 opReg(cUnit, kOpBlx, r_T9);
217 LOAD_FUNC_ADDR(cUnit, r_T9, (int)funct);
225 opReg(cUnit, kOpBlx, r_T9);
650 LOAD_FUNC_ADDR(cUnit, r_T9, (int)dvmCanPutArrayElement);
658 opReg(cUnit, kOpBlx, r_T9);
806 LOAD_FUNC_ADDR(cUnit, r_T9, (int) callTgt);
808 opReg(cUnit, kOpBlx, r_T9);
    [all...]
CodegenFactory.cpp 346 loadConstant(cUnit, r_T9, targetAddr);
347 newLIR2(cUnit, kMipsJalr, r_RA, r_T9);
MipsLIR.h 269 r_T9 = 25,
RallocUtil.cpp 462 dvmCompilerClobber(cUnit, r_T9);
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 42 lw t9, r_T9*4(a0) # restore t9
TEMPLATE_SAVE_STATE.S 54 sw t9, r_T9*4(a0) # save t9
TEMPLATE_MEM_OP_DECODE.S 75 sw t9, r_T9*-4(sp) # push t9
122 lw t9, r_T9*-4(sp) # pop t9
header.S 71 #define r_T9 25
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 78 #define r_T9 25
    [all...]
  /dalvik/vm/compiler/codegen/mips/Mips32/
Factory.cpp 26 r_T3, r_T4, r_T5, r_T6, r_T7, r_T8, r_T9, r_S0, r_S4};

Completed in 33 milliseconds