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

  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp     [all...]
AnalysisO1.cpp 309 for(k = PhysicalReg_EAX; k <= PhysicalReg_EBP; k++) {
311 if(k == PhysicalReg_EDI || k == PhysicalReg_ESP || k == PhysicalReg_EBP)
317 if(k == PhysicalReg_EBX || k == PhysicalReg_EBP || k == PhysicalReg_ESI || k == PhysicalReg_EDI)
339 if(k == PhysicalReg_EDI || k == PhysicalReg_ESP || k == PhysicalReg_EBP)
    [all...]
LowerObject.cpp 270 push_mem_to_stack(OpndSize_32, offEBP_self, PhysicalReg_EBP, true);
LowerHelper.cpp 398 ((reg != PhysicalReg_EDI && reg != PhysicalReg_ESP && reg != PhysicalReg_EBP) || (!isPhysical)) &&
732 base_reg != PhysicalReg_EBP)) {
    [all...]
Lower.h 76 #define PhysicalReg_Glue PhysicalReg_EBP
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h 25 PhysicalReg_EDI, PhysicalReg_ESI, PhysicalReg_ESP, PhysicalReg_EBP,

Completed in 187 milliseconds