Searched defs:load_effective_addr (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerHelper.cpp796 void load_effective_addr(int disp, int base_reg, bool isBasePhysical, function
2240 load_effective_addr(-sizeofStackSaveArea, PhysicalReg_FP, true, reg, isPhysical);
2807 load_effective_addr(-8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
2811 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
2837 load_effective_addr(-12, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
2843 load_effective_addr(12, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
2872 load_effective_addr(-12, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
2882 load_effective_addr(12, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
2907 load_effective_addr(-8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
2913 load_effective_addr(
[all...]

Completed in 264 milliseconds