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

  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 131 #define P_GPR_2 PhysicalReg_ECX
148 #undef P_GPR_2
LowerObject.cpp 29 #define P_GPR_2 PhysicalReg_ECX
114 //move return value to P_GPR_2
173 #undef P_GPR_2
199 #define P_GPR_2 PhysicalReg_ECX
248 #undef P_GPR_2
251 #define P_GPR_2 PhysicalReg_ECX
286 #undef P_GPR_2
289 #define P_GPR_2 PhysicalReg_ECX
311 #undef P_GPR_2
315 #define P_GPR_2 PhysicalReg_EC
    [all...]
LowerReturn.cpp 33 #define P_GPR_2 PhysicalReg_EBX
108 #undef P_GPR_2
LowerGetPut.cpp 28 #define P_GPR_2 PhysicalReg_ECX
100 #undef P_GPR_2
177 #define P_GPR_2 PhysicalReg_ECX
241 #undef P_GPR_2
312 #define P_GPR_2 PhysicalReg_ECX
396 #undef P_GPR_2
404 #define P_GPR_2 PhysicalReg_EBX //should be callee-saved to avoid overwritten by inst_field_resolve
532 #undef P_GPR_2
651 #define P_GPR_2 PhysicalReg_ECX
733 #undef P_GPR_2
    [all...]
LowerConst.cpp 38 #define P_GPR_2 PhysicalReg_ECX
62 #undef P_GPR_2
LowerInvoke.cpp 45 #define P_GPR_2 PhysicalReg_EBX
124 #undef P_GPR_2
133 #define P_GPR_2 PhysicalReg_EBX
178 #undef P_GPR_2
182 #define P_GPR_2 PhysicalReg_ESI
214 #undef P_GPR_2
257 #define P_GPR_2 PhysicalReg_EAX //scratch
321 #undef P_GPR_2
607 #define P_GPR_2 PhysicalReg_ESI
698 #undef P_GPR_2
    [all...]
CodegenInterface.cpp 787 #define P_GPR_2 PhysicalReg_ECX
801 /* assign index in virtual register to P_GPR_2 */
802 get_virtual_reg(mir->dalvikInsn.vC, OpndSize_32, P_GPR_2, true);
816 //if P_GPR_2 is mapped to a VR, we can't do this
817 alu_binary_imm_reg(OpndSize_32, sub_opc, -delta, P_GPR_2, true);
819 alu_binary_imm_reg(OpndSize_32, add_opc, delta, P_GPR_2, true);
821 compare_mem_reg(OpndSize_32, offArrayObject_length, P_GPR_1, true, P_GPR_2, true);
840 /* assign index in virtual register to P_GPR_2 */
841 get_virtual_reg(mir->dalvikInsn.vB, OpndSize_32, P_GPR_2, true);
847 //if P_GPR_2 is mapped to a VR, we can't do thi
    [all...]
LowerJump.cpp     [all...]
LowerAlu.cpp     [all...]
LowerHelper.cpp     [all...]

Completed in 130 milliseconds