OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhysicalReg_EDI
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h
25
PhysicalReg_EDI
, PhysicalReg_ESI, PhysicalReg_ESP, PhysicalReg_EBP,
/dalvik/vm/compiler/codegen/x86/
LowerJump.cpp
[
all
...]
LowerHelper.cpp
399
((reg !=
PhysicalReg_EDI
&& reg != PhysicalReg_ESP && reg != PhysicalReg_EBP) || (!isPhysical)) &&
731
if(!isBasePhysical || (base_reg !=
PhysicalReg_EDI
&&
[
all
...]
AnalysisO1.cpp
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
...]
Lower.h
75
#define PhysicalReg_FP
PhysicalReg_EDI
[
all
...]
Completed in 49 milliseconds