Searched refs:MakeRegPair (Results 1 – 8 of 8) sorted by relevance
/art/compiler/dex/ |
D | reg_storage.h | 271 static RegStorage MakeRegPair(RegStorage low, RegStorage high) { in MakeRegPair() function
|
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 504 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/ |
D | int_x86.cc | 54 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()
|
D | codegen_x86.h | 96 return RegStorage::MakeRegPair(TargetReg32(symbolic_reg), in TargetReg()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 146 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()
|
D | ralloc_util.cc | 422 res = RegStorage::MakeRegPair(low_reg, high_reg); in AllocTempWide() 508 reg = RegStorage::MakeRegPair(reg, high_reg); in AllocLiveReg()
|
D | mir_to_lir.h | 1199 return RegStorage::MakeRegPair(TargetReg(reg), in TargetReg()
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 886 rl_new_value.reg = RegStorage::MakeRegPair(low_reg, high_reg); in GenInlinedCas() 1265 rl_result.reg = RegStorage::MakeRegPair(res_lo, res_hi); in GenMulLong()
|