HomeSort by relevance Sort by last modified time
    Searched refs:MakeRegPair (Results 1 - 8 of 8) sorted by null

  /art/compiler/dex/
reg_storage.h 271 static RegStorage MakeRegPair(RegStorage low, RegStorage high) {
  /art/compiler/dex/quick/mips/
target_mips.cc 504 RegStorage reg_ret = RegStorage::MakeRegPair(TargetReg(kRet0), TargetReg(kRet1));
520 RegStorage reg_value = RegStorage::MakeRegPair(TargetReg(kArg2), TargetReg(kArg3));
  /art/compiler/dex/quick/x86/
int_x86.cc 54 RegStorage r_tmp1 = RegStorage::MakeRegPair(rs_r0, rs_r1);
55 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_r2, rs_r3);
412 RegStorage r_tmp1 = RegStorage::MakeRegPair(rs_r0, rs_r1);
413 RegStorage r_tmp2 = RegStorage::MakeRegPair(rs_r2, rs_r3);
    [all...]
codegen_x86.h 96 return RegStorage::MakeRegPair(TargetReg32(symbolic_reg),
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.cc 146 RegStorage reg_arg = wide ? RegStorage::MakeRegPair(reg_arg_low, reg_arg_high) : reg_arg_low;
214 OpRegCopyWide(rl_dest.reg, RegStorage::MakeRegPair(reg_arg_low, reg_arg_high));
    [all...]
ralloc_util.cc 422 res = RegStorage::MakeRegPair(low_reg, high_reg);
508 reg = RegStorage::MakeRegPair(reg, high_reg);
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 886 rl_new_value.reg = RegStorage::MakeRegPair(low_reg, high_reg);
    [all...]

Completed in 99 milliseconds