Home
last modified time | relevance | path

Searched refs:MakeRegPair (Results 1 – 11 of 11) sorted by relevance

/art/compiler/dex/
Dreg_storage.h272 static RegStorage MakeRegPair(RegStorage low, RegStorage high) { in MakeRegPair() function
/art/compiler/dex/quick/mips/
Dtarget_mips.cc199 RegStorage ret_reg = RegStorage::MakeRegPair(TargetReg(reg), in TargetReg()
259 result = RegStorage::MakeRegPair( in GetNextReg()
805 reg_ret = RegStorage::MakeRegPair(TargetReg(kRet0), TargetReg(kRet1)); in GenAtomic64Load()
831 RegStorage reg_value = RegStorage::MakeRegPair(TargetReg(kArg2), TargetReg(kArg3)); in GenAtomic64Store()
/art/compiler/dex/quick/arm/
Dcodegen_arm.h94 RegStorage ret_reg = RegStorage::MakeRegPair(TargetReg(reg), in TargetReg()
341 return RegStorage::MakeRegPair(RegStorage::FloatSolo32(reg_num * 2), in As64BitFloatRegPair()
Dtarget_arm.cc950 result = RegStorage::MakeRegPair(fpArgMappingToPhysicalReg[cur_fp_double_reg_], in GetNextReg()
972 result = RegStorage::MakeRegPair(result, coreArgMappingToPhysicalReg[cur_core_reg_++]); in GetNextReg()
Darm_lir.h309 RegStorage::MakeRegPair(rs_r0, rs_r1), INVALID_SREG, INVALID_SREG};
Dint_arm.cc920 rl_new_value.reg = RegStorage::MakeRegPair(low_reg, high_reg); in GenInlinedCas()
1340 rl_result.reg = RegStorage::MakeRegPair(res_lo, res_hi); in GenMulLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc57 RegStorage r_tmp1 = RegStorage::MakeRegPair(rs_r0, rs_r1); in GenCmpLong()
58 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_r2, rs_r3); in GenCmpLong()
416 RegStorage r_tmp1 = RegStorage::MakeRegPair(rs_r0, rs_r1); in GenFusedLongCmpBranch()
417 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_r2, rs_r3); in GenFusedLongCmpBranch()
1145 RegStorage r_tmp1 = RegStorage::MakeRegPair(rs_rAX, rs_rDX); in GenInlinedCas()
1146 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_rBX, rs_rCX); in GenInlinedCas()
1805 RegStorage::MakeRegPair(rs_r0, rs_r2), INVALID_SREG, INVALID_SREG}; in GenMulLongConst()
1944 RegStorage::MakeRegPair(rs_r0, rs_r2), INVALID_SREG, INVALID_SREG}; in GenMulLong()
3382 RegStorage r_tmp = RegStorage::MakeRegPair(rs_rAX, rs_rDX); in GenShiftOpLong()
Dcodegen_x86.h127 return RegStorage::MakeRegPair(TargetReg32(symbolic_reg), in TargetReg()
Dtarget_x86.cc2406 result = RegStorage::MakeRegPair( in GetNextReg()
/art/compiler/dex/quick/
Dralloc_util.cc408 res = RegStorage::MakeRegPair(low_reg, high_reg); in AllocTempWide()
493 reg = RegStorage::MakeRegPair(reg, high_reg); in AllocLiveReg()
Dmir_to_lir.h1218 return RegStorage::MakeRegPair(TargetReg(reg), in TargetReg()