Searched refs:P_GPR_2 (Results 1 - 10 of 10) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DLowerMove.cpp131 #define P_GPR_2 PhysicalReg_ECX macro
148 #undef P_GPR_2 macro
H A DLowerObject.cpp29 #define P_GPR_2 PhysicalReg_ECX macro
114 //move return value to P_GPR_2
173 #undef P_GPR_2 macro
199 #define P_GPR_2 PhysicalReg_ECX macro
248 #undef P_GPR_2 macro
251 #define P_GPR_2 PhysicalReg_ECX macro
286 #undef P_GPR_2 macro
289 #define P_GPR_2 PhysicalReg_ECX macro
311 #undef P_GPR_2 macro
315 #define P_GPR_2 PhysicalReg_EC macro
379 #undef P_GPR_2 macro
383 #define P_GPR_2 macro
431 #undef P_GPR_2 macro
435 #define P_GPR_2 macro
600 #undef P_GPR_2 macro
[all...]
H A DLowerReturn.cpp33 #define P_GPR_2 PhysicalReg_EBX macro
108 #undef P_GPR_2 macro
H A DLowerGetPut.cpp28 #define P_GPR_2 PhysicalReg_ECX macro
100 #undef P_GPR_2 macro
177 #define P_GPR_2 PhysicalReg_ECX macro
241 #undef P_GPR_2 macro
312 #define P_GPR_2 PhysicalReg_ECX macro
396 #undef P_GPR_2 macro
404 #define P_GPR_2 PhysicalReg_EBX //should be callee-saved to avoid overwritten by inst_field_resolve macro
532 #undef P_GPR_2 macro
651 #define P_GPR_2 PhysicalReg_ECX macro
733 #undef P_GPR_2 macro
836 #define P_GPR_2 macro
856 #undef P_GPR_2 macro
884 #define P_GPR_2 macro
913 #undef P_GPR_2 macro
[all...]
H A DLowerConst.cpp38 #define P_GPR_2 PhysicalReg_ECX macro
62 #undef P_GPR_2 macro
H A DLowerInvoke.cpp45 #define P_GPR_2 PhysicalReg_EBX macro
124 #undef P_GPR_2 macro
133 #define P_GPR_2 PhysicalReg_EBX macro
178 #undef P_GPR_2 macro
182 #define P_GPR_2 PhysicalReg_ESI macro
214 #undef P_GPR_2 macro
257 #define P_GPR_2 PhysicalReg_EAX //scratch macro
321 #undef P_GPR_2 macro
607 #define P_GPR_2 PhysicalReg_ESI macro
698 #undef P_GPR_2 macro
935 #undef P_GPR_2 macro
946 #define P_GPR_2 macro
1173 #undef P_GPR_2 macro
1267 #define P_GPR_2 macro
1292 #undef P_GPR_2 macro
1325 #define P_GPR_2 macro
1670 #undef P_GPR_2 macro
[all...]
H A DCodegenInterface.cpp787 #define P_GPR_2 PhysicalReg_ECX macro
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 i
857 #undef P_GPR_2 macro
[all...]
H A DLowerJump.cpp1026 #define P_GPR_2 PhysicalReg_EBX //exception callee-saved macro
1041 #undef P_GPR_2 macro
1422 #define P_GPR_2 PhysicalReg_EBX macro
1446 move_mem_to_reg(OpndSize_32, offGlue_pIntoDebugger, PhysicalReg_Glue, true, P_GPR_2, true);
1451 compare_imm_mem(OpndSize_32, 0, 0, P_GPR_2, true); //debugger active
1467 move_mem_to_reg(OpndSize_32, offMethod_insns_bytecode, P_GPR_1, true, P_GPR_2, true);
1468 alu_binary_reg_reg(OpndSize_32, add_opc, P_GPR_2, true, PhysicalReg_EDX, true);
1488 get_debuggerActive(P_GPR_2, true);
1496 compare_imm_reg(OpndSize_32, 0, P_GPR_2, true); //debugger active
1519 #undef P_GPR_2 macro
[all...]
H A DLowerAlu.cpp1253 #define P_GPR_2 PhysicalReg_ECX macro
1275 #undef P_GPR_2 macro
1301 #define P_GPR_2 PhysicalReg_ECX macro
1331 #undef P_GPR_2 macro
1732 #define P_GPR_2 PhysicalReg_ECX macro
1749 #undef P_GPR_2 macro
1912 #define P_GPR_2 PhysicalReg_ECX macro
1979 #undef P_GPR_2 macro
H A DLowerHelper.cpp2789 #define P_GPR_2 PhysicalReg_ECX macro
2806 get_glue_method_class(P_GPR_2, true);
2809 move_reg_to_mem(OpndSize_32, P_GPR_2, true, 0, PhysicalReg_ESP, true);
2817 #undef P_GPR_2 macro

Completed in 75 milliseconds