Searched refs:LowOpndRegType_gp (Results 1 – 8 of 8) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
D | BytecodeVisitor.cpp | 561 if(isVirtualRegConstant(vB, LowOpndRegType_gp, tmpValue, false) == 3) { in getConstInfo() 562 entry = findVirtualRegInTable(vA, LowOpndRegType_gp, true); in getConstInfo() 567 touchOneVR(vB, LowOpndRegType_gp); in getConstInfo() 735 if(isVirtualRegConstant(vB, LowOpndRegType_gp, tmpValue, false) == 3) { in getConstInfo() 736 entry = findVirtualRegInTable(vA, LowOpndRegType_gp, true); in getConstInfo() 753 touchOneVR(vB, LowOpndRegType_gp); in getConstInfo() 800 if(isVirtualRegConstant(vA, LowOpndRegType_gp, tmpValue, false) == 3 && in getConstInfo() 801 isVirtualRegConstant(v2, LowOpndRegType_gp, tmpValue2, false) == 3) { in getConstInfo() 802 entry = findVirtualRegInTable(vA, LowOpndRegType_gp, true); in getConstInfo() 829 touchOneVR(v2, LowOpndRegType_gp); in getConstInfo() [all …]
|
D | LowerHelper.cpp | 125 mem->m_base.regType = LowOpndRegType_gp; in set_mem_opnd() 139 mem->m_base.regType = LowOpndRegType_gp; in set_mem_opnd_scale() 160 return size == OpndSize_64 ? LowOpndRegType_xmm : LowOpndRegType_gp; in getTypeFromIntSize() 283 int regAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true); in dump_mem() 473 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true); in dump_mem_reg() 498 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true); in dump_moves_mem_reg() 500 int regAll = registerAlloc(LowOpndRegType_gp, reg, isPhysical, true); in dump_moves_mem_reg() 503 regAll, LowOpndRegType_gp, true/*moves*/); in dump_moves_mem_reg() 518 int baseAll = registerAlloc(LowOpndRegType_gp, base_reg, isBasePhysical, true); in dump_movez_mem_reg() 520 int regAll = registerAlloc(LowOpndRegType_gp, reg, isPhysical, true); in dump_movez_mem_reg() [all …]
|
D | LowerGetPut.cpp | 52 updateRefCount2(1, LowOpndRegType_gp, false); //update reference count for tmp1 in aget_common_nohelper() 62 updateRefCount2(1, LowOpndRegType_gp, false); //update reference count for tmp1 in aget_common_nohelper() 63 updateRefCount2(2, LowOpndRegType_gp, false); //update reference count for tmp2 in aget_common_nohelper() 203 updateRefCount2(1, LowOpndRegType_gp, false); //update reference count for tmp1 in aput_common_nohelper() 213 updateRefCount2(1, LowOpndRegType_gp, false); //update reference count for tmp1 in aput_common_nohelper() 214 updateRefCount2(2, LowOpndRegType_gp, false); //update reference count for tmp2 in aput_common_nohelper() 347 updateRefCount2(1, LowOpndRegType_gp, false); //update reference count for tmp1 in op_aput_object() 357 updateRefCount2(1, LowOpndRegType_gp, false); //update reference count for tmp1 in op_aput_object() 358 updateRefCount2(2, LowOpndRegType_gp, false); //update reference count for tmp2 in op_aput_object()
|
D | AnalysisO1.cpp | 989 if(typeB == LowOpndRegType_gp) { 1391 theDef.physicalType = LowOpndRegType_gp; 1489 if(ptrUse->physicalType == LowOpndRegType_gp) { 1510 if(((hasXmmUsage || hasFSUsage || hasSSUsage) && defType == LowOpndRegType_gp) || 1549 if(ptrUse->physicalType == LowOpndRegType_gp && 1555 if(ptrUse->physicalType == LowOpndRegType_gp && 1985 if(type == LowOpndRegType_gp || type == LowOpndRegType_xmm) 2078 index = searchCompileTable(LowOpndRegType_virtual | LowOpndRegType_gp, reg); 2081 ALOGI("INVALIDATE virtual reg %d type %d", reg, LowOpndRegType_gp); 2101 index = searchCompileTable(LowOpndRegType_virtual | LowOpndRegType_gp, reg+1); [all …]
|
D | LowerJump.cpp | 604 dump_reg(Mnemonic_JMP, ATOM_NORMAL, OpndSize_32, reg, isPhysical, LowOpndRegType_gp); in unconditional_jump_reg() 632 dump_reg(m, ATOM_NORMAL, OpndSize_32, reg, isPhysical, LowOpndRegType_gp); in call_reg() 636 dump_reg_noalloc(m, OpndSize_32, reg, isPhysical, LowOpndRegType_gp); in call_reg_noalloc()
|
D | LowerObject.cpp | 576 spillVirtualReg(vC+k, LowOpndRegType_gp, true); //will update refCount in op_filled_new_array_range()
|
D | LowerInvoke.cpp | 674 spillVirtualReg(vD+k, LowOpndRegType_gp, true); //will update refCount in common_invokeMethodRange_noJmp() 1065 6, false, 2, 5, false, LowOpndRegType_gp); in op_execute_inline()
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | enc_wrapper.h | 151 LowOpndRegType_gp = 0, enumerator
|