Home
last modified time | relevance | path

Searched refs:PhysicalReg_ECX (Results 1 – 14 of 14) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLowerInvoke.cpp46 #define P_GPR_3 PhysicalReg_ECX
102 move_mem_to_reg(OpndSize_32, methodIndex*4, 7, false, PhysicalReg_ECX, true); in common_invoke_virtual_nohelper()
152 move_imm_to_reg(OpndSize_32, (int) calleeMethod, PhysicalReg_ECX, true); in common_invoke_super()
183 #define P_GPR_3 PhysicalReg_ECX
202 move_imm_to_reg(OpndSize_32, (int) calleeMethod, PhysicalReg_ECX, true); in common_invoke_direct()
222 #define P_GPR_3 PhysicalReg_ECX
239 move_imm_to_reg(OpndSize_32, (int) calleeMethod, PhysicalReg_ECX, true); in common_invoke_static()
258 #define P_GPR_3 PhysicalReg_ECX
303 move_reg_to_reg(OpndSize_32, PhysicalReg_EAX, true, PhysicalReg_ECX, true); in common_invoke_interface()
765 …movez_mem_to_reg(OpndSize_16, offMethod_registersSize, PhysicalReg_ECX, true, P_SCRATCH_1, true); … in common_invokeArgsDone()
[all …]
DLowerObject.cpp29 #define P_GPR_2 PhysicalReg_ECX
127 load_imm_global_data_API("strClassCastExceptionPtr", OpndSize_32, PhysicalReg_ECX, true); in check_cast_nohelper()
199 #define P_GPR_2 PhysicalReg_ECX
251 #define P_GPR_2 PhysicalReg_ECX
289 #define P_GPR_2 PhysicalReg_ECX
315 #define P_GPR_2 PhysicalReg_ECX
367 scratchRegs[0] = PhysicalReg_ECX; in new_instance_needinit()
383 #define P_GPR_2 PhysicalReg_ECX
435 #define P_GPR_2 PhysicalReg_ECX
557 move_imm_to_reg(OpndSize_32, (int) gDvm.exInternalError, PhysicalReg_ECX, true); in filled_new_array_notimpl()
DLowerGetPut.cpp28 #define P_GPR_2 PhysicalReg_ECX
177 #define P_GPR_2 PhysicalReg_ECX
312 #define P_GPR_2 PhysicalReg_ECX
403 #define P_GPR_1 PhysicalReg_ECX
651 #define P_GPR_2 PhysicalReg_ECX
826 #define P_GPR_2 PhysicalReg_ECX
874 #define P_GPR_2 PhysicalReg_ECX
DLowerJump.cpp952 move_imm_to_reg(OpndSize_32, LstrNullPointerException, PhysicalReg_ECX, true); in common_errNullObject()
963 move_imm_to_reg(OpndSize_32, LstrStringIndexOutOfBoundsException, PhysicalReg_ECX, true); in common_StringIndexOutOfBounds()
975 move_imm_to_reg(OpndSize_32, LstrArrayIndexException, PhysicalReg_ECX, true); in common_errArrayIndex()
986 move_imm_to_reg(OpndSize_32, LstrArrayStoreException, PhysicalReg_ECX, true); in common_errArrayStore()
997 move_imm_to_reg(OpndSize_32, LstrNegativeArraySizeException, PhysicalReg_ECX, true); in common_errNegArraySize()
1008 move_imm_to_reg(OpndSize_32, LstrArithmeticException, PhysicalReg_ECX, true); in common_errDivideByZero()
1019 move_imm_to_reg(OpndSize_32, LstrNoSuchMethodError, PhysicalReg_ECX, true); in common_errNoSuchMethod()
1407 #define P_GPR_1 PhysicalReg_ECX
1416 get_self_pointer(PhysicalReg_ECX, true); in common_periodicChecks4()
1417 …move_mem_to_reg(OpndSize_32, offsetof(Thread, suspendCount), PhysicalReg_ECX, true, PhysicalReg_EA… in common_periodicChecks4()
[all …]
DLowerMove.cpp131 #define P_GPR_2 PhysicalReg_ECX
DLowerReturn.cpp32 #define P_GPR_1 PhysicalReg_ECX //must be ecx
DLowerConst.cpp38 #define P_GPR_2 PhysicalReg_ECX
DBytecodeVisitor.cpp1492 updateCurrentBBWithConstraints(PhysicalReg_ECX); in getVirtualRegInfo()
1535 updateCurrentBBWithConstraints(PhysicalReg_ECX); in getVirtualRegInfo()
2059 updateCurrentBBWithConstraints(PhysicalReg_ECX); in getVirtualRegInfo()
2100 updateCurrentBBWithConstraints(PhysicalReg_ECX); in getVirtualRegInfo()
2329 infoArray[1].allocConstraints[PhysicalReg_ECX].count = 1; in getVirtualRegInfo()
2330 updateCurrentBBWithConstraints(PhysicalReg_ECX); in getVirtualRegInfo()
2614 infoArray[0].allocConstraints[PhysicalReg_ECX].count = 1; //v2 in getVirtualRegInfo()
2615 updateCurrentBBWithConstraints(PhysicalReg_ECX); in getVirtualRegInfo()
3217 infoArray[5].regNum = PhysicalReg_ECX; in updateGenPrediction()
3258 infoArray[6].regNum = PhysicalReg_ECX; in updateGenPrediction()
[all …]
DLowerAlu.cpp425 get_virtual_reg(v2, OpndSize_32, PhysicalReg_ECX, true); in common_shift_int()
430 alu_binary_reg_reg(OpndSize_32, opc, PhysicalReg_ECX, true, 1, false); in common_shift_int()
1235 #define P_GPR_2 PhysicalReg_ECX
1283 #define P_GPR_2 PhysicalReg_ECX
1714 #define P_GPR_2 PhysicalReg_ECX
1894 #define P_GPR_2 PhysicalReg_ECX
DCodegenInterface.cpp772 #define P_GPR_2 PhysicalReg_ECX
848 #define P_GPR_1 PhysicalReg_ECX
866 move_imm_to_reg(OpndSize_32, (int) callsiteInfo->clazz, PhysicalReg_ECX, true); in genValidationForPredictedInline()
871 compare_reg_reg(PhysicalReg_ECX, true, PhysicalReg_EAX, true); in genValidationForPredictedInline()
DLower.cpp233 throw_exception_message(PhysicalReg_ECX, PhysicalReg_EAX, true, PhysicalReg_Null, true); in performCGWorklist()
235 throw_exception(PhysicalReg_ECX, PhysicalReg_EAX, PhysicalReg_Null, true); in performCGWorklist()
DLowerHelper.cpp1988 move_imm_to_reg(OpndSize_32, LstrInstantiationErrorPtr, PhysicalReg_ECX, true); in handlePotentialException()
1998 move_imm_to_reg(OpndSize_32, LstrInstantiationErrorPtr, PhysicalReg_ECX, true); in handlePotentialException()
2788 #define P_GPR_2 PhysicalReg_ECX
2954 …move_reg_to_mem_noalloc(OpndSize_32, PhysicalReg_ECX, true, 16, PhysicalReg_ESP, true, MemoryAcces… in pushAllRegs()
2964 …g_noalloc(OpndSize_32, 16, PhysicalReg_ESP, true, MemoryAccess_Unknown, -1, PhysicalReg_ECX, true); in popAllRegs()
DAnalysisO1.cpp609 move_imm_to_reg(OpndSize_32, (int)funcPtr, PhysicalReg_ECX, true); in startOfTraceO1()
610 call_reg(PhysicalReg_ECX, true); in startOfTraceO1()
3640 registerAlloc(LowOpndRegType_gp, PhysicalReg_ECX, true, true);
3677 move_reg_to_reg_noalloc(OpndSize_32, PhysicalReg_EBX, true, PhysicalReg_ECX, true);
3681 compileTable[tIndex].physicalReg = PhysicalReg_ECX;
/dalvik/vm/compiler/codegen/x86/libenc/
Denc_wrapper.h24 PhysicalReg_EAX = 0, PhysicalReg_EBX, PhysicalReg_ECX, PhysicalReg_EDX, enumerator