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

  /art/compiler/dex/quick/arm64/
int_arm64.cc     [all...]
target_arm64.cc 646 RegStorage x_reg = RegStorage::Solo64(x_reg_num);
841 RegStorage::Solo64(res_reg) : RegStorage::Solo32(res_reg);
  /art/compiler/dex/quick/
local_optimizations.cc 110 dest_reg = RegStorage::Solo64(lir->operands[0]);
111 src_reg = RegStorage::Solo64(reg_id);
ralloc_util.cc     [all...]
  /art/compiler/dex/quick/x86/
quick_assemble_x86_test.cc 188 RegStorage::Solo64(r10q).GetReg(), 8, RegStorage::Solo128(8).GetReg(), 7);
target_x86.cc 698 RegStorage x_reg = RegStorage::Solo64(x_reg_num);
748 RegStorage r_src = cu_->target64 ? RegStorage::Solo64(reg) : RegStorage::Solo32(reg);
767 RegStorage r_dest = cu_->target64 ? RegStorage::Solo64(reg) : RegStorage::Solo32(reg);
    [all...]
  /art/compiler/dex/
reg_storage.h 304 static constexpr RegStorage Solo64(int reg_num) {
  /art/compiler/dex/quick/mips/
target_mips.cc 695 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num);
708 RegStorage d_reg = RegStorage::Solo64(d_reg_num);
731 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num);
858 cu_->target64 ? RegStorage::Solo64(reg) : RegStorage::Solo32(reg));
876 cu_->target64 ? RegStorage::Solo64(reg) : RegStorage::Solo32(reg));
    [all...]
  /art/compiler/dex/quick/arm/
target_arm.cc 609 RegStorage dp_reg = RegStorage::Solo64(RegStorage::kFloatingPoint | dp_reg_num);
    [all...]

Completed in 681 milliseconds