Home
last modified time | relevance | path

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

/art/compiler/dex/
Dreg_storage.h271 static RegStorage MakeRegPair(RegStorage low, RegStorage high) { in MakeRegPair() function
/art/compiler/dex/quick/mips/
Dtarget_mips.cc504 RegStorage reg_ret = RegStorage::MakeRegPair(TargetReg(kRet0), TargetReg(kRet1)); in GenAtomic64Load()
520 RegStorage reg_value = RegStorage::MakeRegPair(TargetReg(kArg2), TargetReg(kArg3)); in GenAtomic64Store()
/art/compiler/dex/quick/x86/
Dint_x86.cc54 RegStorage r_tmp1 = RegStorage::MakeRegPair(rs_r0, rs_r1); in GenCmpLong()
55 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_r2, rs_r3); in GenCmpLong()
412 RegStorage r_tmp1 = RegStorage::MakeRegPair(rs_r0, rs_r1); in GenFusedLongCmpBranch()
413 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_r2, rs_r3); in GenFusedLongCmpBranch()
959 RegStorage r_tmp1 = RegStorage::MakeRegPair(rs_rAX, rs_rDX); in GenInlinedCas()
960 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_rBX, rs_rCX); in GenInlinedCas()
1440 RegStorage::MakeRegPair(rs_r0, rs_r2), INVALID_SREG, INVALID_SREG}; in GenMulLongConst()
1578 RegStorage::MakeRegPair(rs_r0, rs_r2), INVALID_SREG, INVALID_SREG}; in GenMulLong()
Dcodegen_x86.h96 return RegStorage::MakeRegPair(TargetReg32(symbolic_reg), in TargetReg()
/art/compiler/dex/quick/
Dmir_to_lir.cc146 RegStorage reg_arg = wide ? RegStorage::MakeRegPair(reg_arg_low, reg_arg_high) : reg_arg_low; in LoadArg()
214 OpRegCopyWide(rl_dest.reg, RegStorage::MakeRegPair(reg_arg_low, reg_arg_high)); in LoadArgDirect()
Dralloc_util.cc422 res = RegStorage::MakeRegPair(low_reg, high_reg); in AllocTempWide()
508 reg = RegStorage::MakeRegPair(reg, high_reg); in AllocLiveReg()
Dmir_to_lir.h1199 return RegStorage::MakeRegPair(TargetReg(reg), in TargetReg()
/art/compiler/dex/quick/arm/
Dint_arm.cc886 rl_new_value.reg = RegStorage::MakeRegPair(low_reg, high_reg); in GenInlinedCas()
1265 rl_result.reg = RegStorage::MakeRegPair(res_lo, res_hi); in GenMulLong()