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

  /art/compiler/dex/quick/
local_optimizations.cc 106 dest_reg = RegStorage::Solo32(lir->operands[0]);
107 src_reg = RegStorage::Solo32(reg_id);
ralloc_util.cc     [all...]
  /art/compiler/dex/quick/x86/
quick_assemble_x86_test.cc 186 RegStorage::Solo32(r0).GetReg(), 8, RegStorage::Solo128(3).GetReg(), 7);
target_x86.cc 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 289 static RegStorage Solo32(int reg_num) {
  /art/compiler/dex/quick/arm/
target_arm.cc 673 RegStorage lo = RegStorage::Solo32(RegStorage::kFloatingPoint | reg_num);
674 RegStorage hi = RegStorage::Solo32(RegStorage::kFloatingPoint | reg_num | 1);
    [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 858 cu_->target64 ? RegStorage::Solo64(reg) : RegStorage::Solo32(reg));
876 cu_->target64 ? RegStorage::Solo64(reg) : RegStorage::Solo32(reg));
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 841 RegStorage::Solo64(res_reg) : RegStorage::Solo32(res_reg);

Completed in 1855 milliseconds