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

  /art/compiler/dex/quick/arm64/
int_arm64.cc     [all...]
target_arm64.cc 621 RegStorage x_reg = RegStorage::Solo64(x_reg_num);
819 result = (is_wide || is_ref) ? RegStorage::Solo64(res_reg) : RegStorage::Solo32(res_reg);
880 return RegStorage::Solo64(n);
    [all...]
  /art/compiler/dex/quick/
local_optimizations.cc 109 dest_reg = RegStorage::Solo64(lir->operands[0]);
110 src_reg = RegStorage::Solo64(reg_id);
ralloc_util.cc     [all...]
  /art/compiler/dex/
reg_storage.h 303 static constexpr RegStorage Solo64(int reg_num) {
  /art/compiler/dex/quick/mips/
target_mips.cc 449 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num);
  /art/compiler/dex/quick/arm/
target_arm.cc 582 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num);
  /art/compiler/dex/quick/x86/
target_x86.cc 665 RegStorage x_reg = RegStorage::Solo64(x_reg_num);
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 192 milliseconds