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

  /art/compiler/dex/quick/
local_optimizations.cc 114 dest_reg = RegStorage::FloatSolo32(lir->operands[0]);
115 src_reg = RegStorage::FloatSolo32(reg_id);
ralloc_util.cc     [all...]
  /art/compiler/dex/
reg_storage.h 294 static constexpr RegStorage FloatSolo32(int reg_num) {
  /art/compiler/dex/quick/arm/
codegen_arm.h 341 return RegStorage::MakeRegPair(RegStorage::FloatSolo32(reg_num * 2),
342 RegStorage::FloatSolo32(reg_num * 2 + 1));
target_arm.cc 852 RegisterInfo* p = GetRegInfo(RegStorage::FloatSolo32(high_reg - 1));
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 830 result = arg.IsWide() ? RegStorage::FloatSolo64(res_reg) : RegStorage::FloatSolo32(res_reg);
  /art/compiler/dex/quick/x86/
utility_x86.cc 611 res = LoadConstantNoClobber(RegStorage::FloatSolo32(low_reg_val), val_lo);
    [all...]

Completed in 2052 milliseconds