Searched refs:PhysicalReg_ESI (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerReturn.cpp | 84 move_reg_to_reg(OpndSize_32, PhysicalReg_EBX, true, PhysicalReg_ESI, true); in common_returnFromMethod() 88 move_reg_to_reg(OpndSize_32, PhysicalReg_ESI, true, PhysicalReg_EBX, true); in common_returnFromMethod() 90 move_reg_to_reg(OpndSize_32, PhysicalReg_ESI, true, PhysicalReg_EBX, true); in common_returnFromMethod()
|
D | LowerInvoke.cpp | 44 #define P_GPR_1 PhysicalReg_ESI 49 #define PP_GPR_2 PhysicalReg_ESI 132 #define P_GPR_1 PhysicalReg_ESI 136 #define PP_GPR_2 PhysicalReg_ESI 182 #define P_GPR_2 PhysicalReg_ESI 185 #define PP_GPR_2 PhysicalReg_ESI 224 #define PP_GPR_2 PhysicalReg_ESI 259 #define P_SCRATCH_1 PhysicalReg_ESI //clazz of object 261 #define PP_GPR_2 PhysicalReg_ESI 526 #define P_SCRATCH_1 PhysicalReg_ESI [all …]
|
D | LowerObject.cpp | 30 #define P_GPR_3 PhysicalReg_ESI 316 #define P_GPR_3 PhysicalReg_ESI 436 #define P_GPR_3 PhysicalReg_ESI
|
D | LowerGetPut.cpp | 29 #define P_GPR_3 PhysicalReg_ESI 178 #define P_GPR_3 PhysicalReg_ESI 313 #define P_GPR_3 PhysicalReg_ESI //callee-saved 405 #define P_GPR_3 PhysicalReg_ESI
|
D | LowerJump.cpp | 1025 #define P_GPR_1 PhysicalReg_ESI //self callee-saved 1054 scratchRegs[0] = PhysicalReg_ESI; scratchRegs[1] = PhysicalReg_EDX; in throw_exception_message() 1482 scratchRegs[0] = PhysicalReg_ESI; scratchRegs[1] = PhysicalReg_EAX; in common_periodicChecks_entry() 1539 move_mem_to_reg(OpndSize_32, -8, PhysicalReg_EBP, true, PhysicalReg_ESI, true); in common_gotoBail() 1575 move_mem_to_reg(OpndSize_32, -8, PhysicalReg_EBP, true, PhysicalReg_ESI, true); in common_gotoBail_0()
|
D | LowerHelper.cpp | 2802 scratchRegs[0] = PhysicalReg_ESI; scratchRegs[1] = PhysicalReg_EDX; in const_string_resolve() 2833 scratchRegs[0] = PhysicalReg_ESI; scratchRegs[1] = PhysicalReg_EDX; in resolve_class2() 2875 scratchRegs[0] = PhysicalReg_ESI; scratchRegs[1] = PhysicalReg_EDX; in resolve_method2() 2904 scratchRegs[0] = PhysicalReg_ESI; scratchRegs[1] = PhysicalReg_EDX; in resolve_inst_field2() 2935 scratchRegs[0] = PhysicalReg_ESI; scratchRegs[1] = PhysicalReg_EDX; in resolve_static_field2() 2957 …move_reg_to_mem_noalloc(OpndSize_32, PhysicalReg_ESI, true, 8, PhysicalReg_ESP, true, MemoryAccess… in pushAllRegs() 2967 …eg_noalloc(OpndSize_32, 8, PhysicalReg_ESP, true, MemoryAccess_Unknown, -1, PhysicalReg_ESI, true); in popAllRegs()
|
D | LowerAlu.cpp | 1254 #define P_GPR_3 PhysicalReg_ESI 1913 #define P_GPR_3 PhysicalReg_ESI
|
D | AnalysisO1.cpp | 317 … if(k == PhysicalReg_EBX || k == PhysicalReg_EBP || k == PhysicalReg_ESI || k == PhysicalReg_EDI) in initializeAllRegs() 3659 registerAlloc(LowOpndRegType_gp, PhysicalReg_ESI, true, true); 3867 compileTable[k].physicalReg == PhysicalReg_ESI) &&
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_wrapper.h | 25 PhysicalReg_EDI, PhysicalReg_ESI, PhysicalReg_ESP, PhysicalReg_EBP, enumerator
|