Home
last modified time | relevance | path

Searched refs:PhysicalReg_EBP (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerJump.cpp1521 move_reg_to_reg(OpndSize_32, PhysicalReg_ESP, true, PhysicalReg_EBP, true); in common_gotoBail()
1522 load_effective_addr(FRAME_SIZE-4, PhysicalReg_EBP, true, PhysicalReg_EBP, true); in common_gotoBail()
1524 move_mem_to_reg(OpndSize_32, -4, PhysicalReg_EBP, true, PhysicalReg_EDI, true); in common_gotoBail()
1525 move_mem_to_reg(OpndSize_32, -8, PhysicalReg_EBP, true, PhysicalReg_ESI, true); in common_gotoBail()
1526 move_mem_to_reg(OpndSize_32, -12, PhysicalReg_EBP, true, PhysicalReg_EBX, true); in common_gotoBail()
1527 move_reg_to_reg(OpndSize_32, PhysicalReg_EBP, true, PhysicalReg_ESP, true); in common_gotoBail()
1528 move_mem_to_reg(OpndSize_32, 0, PhysicalReg_ESP, true, PhysicalReg_EBP, true); in common_gotoBail()
1557 move_reg_to_reg(OpndSize_32, PhysicalReg_ESP, true, PhysicalReg_EBP, true); in common_gotoBail_0()
1558 load_effective_addr(FRAME_SIZE-4, PhysicalReg_EBP, true, PhysicalReg_EBP, true); in common_gotoBail_0()
1560 move_mem_to_reg(OpndSize_32, -4, PhysicalReg_EBP, true, PhysicalReg_EDI, true); in common_gotoBail_0()
[all …]
DAnalysisO1.cpp309 for(k = PhysicalReg_EAX; k <= PhysicalReg_EBP; k++) { in initializeAllRegs()
311 if(k == PhysicalReg_EDI || k == PhysicalReg_ESP || k == PhysicalReg_EBP) in initializeAllRegs()
317 … if(k == PhysicalReg_EBX || k == PhysicalReg_EBP || k == PhysicalReg_ESI || k == PhysicalReg_EDI) in initializeAllRegs()
339 if(k == PhysicalReg_EDI || k == PhysicalReg_ESP || k == PhysicalReg_EBP) in syncAllRegs()
1950 getSpillLocDisp(offset), PhysicalReg_EBP, true,
1957 getSpillLocDisp(offset), PhysicalReg_EBP, true,
2037 getSpillLocDisp(4*k+4), PhysicalReg_EBP, true,
2292 reg == PhysicalReg_EBP || reg == PhysicalReg_Null))
2361 if(srcReg == PhysicalReg_EDI || srcReg == PhysicalReg_ESP || srcReg == PhysicalReg_EBP)
2816 if(reg > PhysicalReg_EBP) {
[all …]
DLowerObject.cpp270 push_mem_to_stack(OpndSize_32, offEBP_self, PhysicalReg_EBP, true); in op_monitor_exit()
DLowerHelper.cpp398 … ((reg != PhysicalReg_EDI && reg != PhysicalReg_ESP && reg != PhysicalReg_EBP) || (!isPhysical)) && in dump_reg_reg()
732 base_reg != PhysicalReg_EBP)) { in dump_imm_mem()
2009 move_mem_to_reg(OpndSize_32, offEBP_self, PhysicalReg_EBP, true, reg, isPhysical); in get_self_pointer()
2958 …move_reg_to_mem_noalloc(OpndSize_32, PhysicalReg_EBP, true, 0, PhysicalReg_ESP, true, MemoryAccess… in pushAllRegs()
2968 …eg_noalloc(OpndSize_32, 0, PhysicalReg_ESP, true, MemoryAccess_Unknown, -1, PhysicalReg_EBP, true); in popAllRegs()
DLower.h76 #define PhysicalReg_Glue PhysicalReg_EBP
/dalvik/vm/compiler/codegen/x86/libenc/
Denc_wrapper.h25 PhysicalReg_EDI, PhysicalReg_ESI, PhysicalReg_ESP, PhysicalReg_EBP, enumerator