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

  /art/compiler/dex/quick/arm/
fp_arm.cc 133 RegStorage r_tmp = AllocTempDouble();
177 RegStorage tmp1 = AllocTempDouble();
178 RegStorage tmp2 = AllocTempDouble();
202 RegStorage high_val = AllocTempDouble();
203 RegStorage low_val = AllocTempDouble();
204 RegStorage const_val = AllocTempDouble();
  /art/compiler/dex/quick/arm64/
fp_arm64.cc 135 RegStorage r_tmp = AllocTempDouble();
457 RegStorage r_imm_point5 = (is_double) ? AllocTempDouble() : AllocTempSingle();
458 RegStorage r_tmp = (is_double) ? AllocTempDouble() : AllocTempSingle();
  /art/compiler/dex/quick/x86/
fp_x86.cc 119 rl_src2.reg = AllocTempDouble();
258 RegStorage temp_reg = AllocTempDouble();
322 RegStorage temp_reg = AllocTempDouble();
694 RegStorage sign_mask = AllocTempDouble();
target_x86.cc     [all...]
utility_x86.cc 614 RegStorage r_dest_hi = AllocTempDouble();
    [all...]
int_x86.cc 166 RegStorage r_tmp = AllocTempDouble();
179 RegStorage temp_reg = AllocTempDouble();
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 434 RegStorage Mir2Lir::AllocTempDouble(bool required) {
446 return AllocTempDouble(required);
    [all...]
mir_to_lir.h 723 virtual RegStorage AllocTempDouble(bool required = true);
    [all...]

Completed in 209 milliseconds