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

  /dalvik/vm/compiler/codegen/x86/
LowerInvoke.cpp 47 #define P_SCRATCH_1 PhysicalReg_EDX
51 #define PP_GPR_4 PhysicalReg_EDX
134 #define P_GPR_3 PhysicalReg_EDX
138 #define PP_GPR_4 PhysicalReg_EDX
173 move_mem_to_reg(OpndSize_32, offMethod_name, PhysicalReg_EAX, true, PhysicalReg_EDX, true); //method name
187 #define PP_GPR_4 PhysicalReg_EDX
226 #define PP_GPR_4 PhysicalReg_EDX
263 #define PP_GPR_4 PhysicalReg_EDX
528 #define P_SCRATCH_3 PhysicalReg_EDX
570 nextVersionOfHardReg(PhysicalReg_EDX, 1)
    [all...]
BytecodeVisitor.cpp     [all...]
LowerGetPut.cpp 30 #define P_GPR_4 PhysicalReg_EDX
179 #define P_GPR_4 PhysicalReg_EDX
314 #define P_SCRATCH_1 PhysicalReg_EDX
316 #define P_SCRATCH_3 PhysicalReg_EDX
406 #define P_SCRATCH_1 PhysicalReg_EDX
489 nextVersionOfHardReg(PhysicalReg_EDX, 2);
495 set_virtual_reg(vA+1, OpndSize_32, PhysicalReg_EDX, true);
652 #define P_GPR_3 PhysicalReg_EDX //used by helper only
693 nextVersionOfHardReg(PhysicalReg_EDX, 2);
699 set_virtual_reg(vA+1, OpndSize_32, PhysicalReg_EDX, true)
    [all...]
LowerReturn.cpp 34 #define P_SCRATCH_1 PhysicalReg_EDX
LowerObject.cpp 129 nextVersionOfHardReg(PhysicalReg_EDX, 2); //next version has 2 ref count
290 #define P_GPR_3 PhysicalReg_EDX /*vA*/
384 #define P_GPR_3 PhysicalReg_EDX
562 #define P_SCRATCH_1 PhysicalReg_EDX
LowerJump.cpp 570 nextVersionOfHardReg(PhysicalReg_EDX, 1); //edx will be used in a function
    [all...]
LowerAlu.cpp 118 set_virtual_reg(vA+1, OpndSize_32, PhysicalReg_EDX, true);
699 set_virtual_reg(vA, OpndSize_32, PhysicalReg_EDX, true);
1066 set_virtual_reg(vA, OpndSize_32, PhysicalReg_EDX, true);
    [all...]
LowerHelper.cpp     [all...]
Lower.cpp 356 move_mem_to_reg(OpndSize_32, 0, PhysicalReg_ESP, true, PhysicalReg_EDX, true);
AnalysisO1.cpp     [all...]
CodegenInterface.cpp 727 move_imm_to_reg(OpndSize_32, kInlineCacheMiss, PhysicalReg_EDX, true);
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h 24 PhysicalReg_EAX = 0, PhysicalReg_EBX, PhysicalReg_ECX, PhysicalReg_EDX,

Completed in 97 milliseconds