Searched refs:P_GPR_1 (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | LowerObject.cpp | 28 #define P_GPR_1 PhysicalReg_EBX macro 172 #undef P_GPR_1 198 #define P_GPR_1 PhysicalReg_EBX macro 247 #undef P_GPR_1 250 #define P_GPR_1 PhysicalReg_EBX macro 285 #undef P_GPR_1 288 #define P_GPR_1 PhysicalReg_EBX macro 310 #undef P_GPR_1 314 #define P_GPR_1 PhysicalReg_EBX macro 378 #undef P_GPR_1 [all …]
|
D | LowerInvoke.cpp | 44 #define P_GPR_1 PhysicalReg_ESI macro 123 #undef P_GPR_1 132 #define P_GPR_1 PhysicalReg_ESI macro 177 #undef P_GPR_1 181 #define P_GPR_1 PhysicalReg_EBX macro 213 #undef P_GPR_1 221 #define P_GPR_1 PhysicalReg_EBX macro 250 #undef P_GPR_1 256 #define P_GPR_1 PhysicalReg_EBX macro 320 #undef P_GPR_1 [all …]
|
D | LowerMove.cpp | 26 #define P_GPR_1 PhysicalReg_EBX macro 63 #undef P_GPR_1 130 #define P_GPR_1 PhysicalReg_EBX macro 147 #undef P_GPR_1
|
D | LowerGetPut.cpp | 27 #define P_GPR_1 PhysicalReg_EBX macro 99 #undef P_GPR_1 176 #define P_GPR_1 PhysicalReg_EBX macro 240 #undef P_GPR_1 311 #define P_GPR_1 PhysicalReg_EBX //callee-saved valid after CanPutArray macro 395 #undef P_GPR_1 403 #define P_GPR_1 PhysicalReg_ECX macro 531 #undef P_GPR_1 650 #define P_GPR_1 PhysicalReg_EBX macro 722 #undef P_GPR_1 [all …]
|
D | LowerConst.cpp | 37 #define P_GPR_1 PhysicalReg_EBX macro 61 #undef P_GPR_1 176 #define P_GPR_1 PhysicalReg_EBX macro 196 #undef P_GPR_1
|
D | CodegenInterface.cpp | 607 #define P_GPR_1 PhysicalReg_EBX macro 642 move_imm_to_reg(OpndSize_32, (int) (cUnit->method->insns + offset), P_GPR_1, true); in handleNormalChainingCell() 664 move_imm_to_reg(OpndSize_32, (int) (cUnit->method->insns + offset), P_GPR_1, true); in handleHotChainingCell() 683 move_imm_to_reg(OpndSize_32, (int) (cUnit->method->insns + offset), P_GPR_1, true); in handleBackwardBranchChainingCell() 702 move_imm_to_reg(OpndSize_32, (int) (callee->insns), P_GPR_1, true); in handleInvokeSingletonChainingCell() 707 #undef P_GPR_1 771 #define P_GPR_1 PhysicalReg_EBX macro 785 get_virtual_reg(mir->dalvikInsn.vA, OpndSize_32, P_GPR_1, true); in genHoistedChecksForCountUpLoop() 789 compare_imm_reg(OpndSize_32, 0, P_GPR_1, true); in genHoistedChecksForCountUpLoop() 806 compare_mem_reg(OpndSize_32, offArrayObject_length, P_GPR_1, true, P_GPR_2, true); in genHoistedChecksForCountUpLoop() [all …]
|
D | LowerReturn.cpp | 32 #define P_GPR_1 PhysicalReg_ECX //must be ecx macro 103 #undef P_GPR_1
|
D | LowerJump.cpp | 1025 #define P_GPR_1 PhysicalReg_ESI //self callee-saved macro 1040 #undef P_GPR_1 1114 #define P_GPR_1 PhysicalReg_EBX macro 1170 #undef P_GPR_1 1172 #define P_GPR_1 PhysicalReg_EBX macro 1228 #undef P_GPR_1 1230 #define P_GPR_1 PhysicalReg_EBX macro 1321 #undef P_GPR_1 1407 #define P_GPR_1 PhysicalReg_ECX macro 1431 move_mem_to_reg(OpndSize_32, offGlue_pSelfSuspendCount, PhysicalReg_Glue, true, P_GPR_1, true); in common_periodicChecks4() [all …]
|
D | LowerAlu.cpp | 28 #define P_GPR_1 PhysicalReg_EBX macro 53 #undef P_GPR_1 80 #define P_GPR_1 PhysicalReg_EBX macro 93 #undef P_GPR_1 188 #define P_GPR_1 PhysicalReg_EBX macro 200 #undef P_GPR_1 367 #define P_GPR_1 PhysicalReg_EBX macro 419 #undef P_GPR_1 420 #define P_GPR_1 PhysicalReg_EBX macro 651 #define P_GPR_1 PhysicalReg_EBX macro [all …]
|