/dalvik/vm/compiler/template/mips/ |
TEMPLATE_RESTORE_STATE.S | 21 lw a3, r_A3*4(a0) # restore a3
|
TEMPLATE_SAVE_STATE.S | 33 sw a3, r_A3*4(a0) # save a3
|
TEMPLATE_MEM_OP_DECODE.S | 57 sw a3, r_A3*-4(sp) # push a3 104 lw a3, r_A3*-4(sp) # pop a3
|
header.S | 53 #define r_A3 7
|
/dalvik/vm/compiler/codegen/mips/ |
MipsLIR.h | 96 #define r_ARG3 r_A3 104 #define r_ARG2 r_A3 251 r_A3 = 7,
|
CodegenDriver.cpp | [all...] |
RallocUtil.cpp | 452 dvmCompilerClobber(cUnit, r_A3); [all...] |
/dalvik/vm/compiler/codegen/mips/Mips32/ |
Factory.cpp | 25 static int coreTemps[] = {r_V0, r_V1, r_A0, r_A1, r_A2, r_A3, r_T0, r_T1, r_T2,
|
/system/core/libpixelflinger/codeflinger/ |
MIPSAssembler.h | 539 R_at, R_v0, R_v1, R_a0, R_a1, R_a2, R_a3,
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | 60 #define r_A3 7 [all...] |