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

  /art/compiler/dex/quick/
local_optimizations.cc 105 dest_reg = RegStorage::Solo32(lir->operands[0]);
106 src_reg = RegStorage::Solo32(reg_id);
gen_loadstore.cc 65 OpRegCopy(RegStorage::Solo32(promotion_map_[pmap_index].core_reg), temp_reg);
gen_invoke.cc 413 OpRegCopy(RegStorage::Solo32(v_map->core_reg), reg);
416 OpRegCopy(RegStorage::Solo32(v_map->fp_reg), reg);
452 RegStorage::Solo32(v_map->core_reg));
456 RegStorage::Solo32(v_map->fp_reg));
751 LoadValueDirectFixed(rl_arg, RegStorage::Solo32(arg_regs[next_reg]));
    [all...]
ralloc_util.cc     [all...]
  /art/compiler/dex/
reg_storage.h 288 static RegStorage Solo32(int reg_num) {
  /art/compiler/dex/quick/mips/
target_mips.cc 538 Store32Disp(rs_rMIPS_SP, offset, RegStorage::Solo32(reg));
552 Load32Disp(rs_rMIPS_SP, offset, RegStorage::Solo32(reg));
  /art/compiler/dex/quick/arm/
target_arm.cc 646 RegStorage lo = RegStorage::Solo32(RegStorage::kFloatingPoint | reg_num);
647 RegStorage hi = RegStorage::Solo32(RegStorage::kFloatingPoint | reg_num | 1);
  /art/compiler/dex/quick/arm64/
target_arm64.cc 819 result = (is_wide || is_ref) ? RegStorage::Solo64(res_reg) : RegStorage::Solo32(res_reg);
883 return RegStorage::Solo32(n);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 701 StoreBaseDisp(rs_rX86_SP, offset, cu_->target64 ? RegStorage::Solo64(reg) : RegStorage::Solo32(reg),
718 LoadBaseDisp(rs_rX86_SP, offset, cu_->target64 ? RegStorage::Solo64(reg) : RegStorage::Solo32(reg),
    [all...]

Completed in 91 milliseconds