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

  /art/compiler/dex/quick/arm64/
int_arm64.cc     [all...]
target_arm64.cc 607 RegStorage dp_reg = RegStorage::FloatSolo64(fp_reg_num);
809 result = is_wide ? RegStorage::FloatSolo64(res_reg) : RegStorage::FloatSolo32(res_reg);
    [all...]
  /art/compiler/dex/quick/
local_optimizations.cc 117 dest_reg = RegStorage::FloatSolo64(lir->operands[0]);
118 src_reg = RegStorage::FloatSolo64(reg_id);
ralloc_util.cc     [all...]
  /art/compiler/dex/
reg_storage.h 308 static RegStorage FloatSolo64(int reg_num) {
  /art/compiler/dex/quick/arm/
target_arm.cc 779 res = RegStorage::FloatSolo64(p->GetReg().GetRegNum() >> 1);
  /art/compiler/dex/quick/x86/
utility_x86.cc 591 res = LoadBaseDisp(rl_method.reg, 256 /* bogus */, RegStorage::FloatSolo64(low_reg_val),
    [all...]
target_x86.cc 652 RegStorage dp_reg = RegStorage::FloatSolo64(sp_reg_num);
733 StoreBaseDisp(rs_rX86_SP, offset, RegStorage::FloatSolo64(reg),
747 LoadBaseDisp(rs_rX86_SP, offset, RegStorage::FloatSolo64(reg),
    [all...]

Completed in 175 milliseconds