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

  /dalvik/vm/compiler/codegen/x86/
LowerObject.cpp 105 load_effective_addr(-8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
111 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
228 load_effective_addr(-8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
233 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
274 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
335 load_effective_addr(-8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
342 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
364 load_effective_addr(-8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
373 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
407 load_effective_addr(-12, PhysicalReg_ESP, true, PhysicalReg_ESP, true)
    [all...]
LowerInvoke.cpp 287 load_effective_addr(-16, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
299 load_effective_addr(16, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
575 load_effective_addr(-8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
676 load_effective_addr(4*vD, PhysicalReg_FP, true, 12, false);
683 load_effective_addr(4, 12, false, 12, false);
685 load_effective_addr(4, 21, false, 21, false);
724 load_effective_addr(-4, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
733 load_effective_addr(4, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
835 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
847 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true)
    [all...]
LowerGetPut.cpp 366 load_effective_addr(-12, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
373 load_effective_addr(12, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
472 load_effective_addr(-16, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
478 load_effective_addr(16, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
485 load_effective_addr(fieldOffset, 7, false, 9, false);
487 load_effective_addr(-4, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
492 load_effective_addr(4, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
510 load_effective_addr(fieldOffset, 7, false, 9, false);
513 load_effective_addr(-12, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
516 load_effective_addr(12, PhysicalReg_ESP, true, PhysicalReg_ESP, true)
    [all...]
LowerJump.cpp     [all...]
LowerAlu.cpp 226 load_effective_addr(-2, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
234 load_effective_addr(2, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
310 load_effective_addr(-2, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
322 load_effective_addr(2, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
    [all...]
LowerHelper.cpp 796 void load_effective_addr(int disp, int base_reg, bool isBasePhysical, function
    [all...]
Lower.h 610 void load_effective_addr(int disp, int base_reg, bool isBasePhysical,
    [all...]
AnalysisO1.cpp 605 load_effective_addr(-8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
612 load_effective_addr(8, PhysicalReg_ESP, true, PhysicalReg_ESP, true);
    [all...]

Completed in 54 milliseconds