Home
last modified time | relevance | path

Searched refs:AllocTempDouble (Results 1 – 9 of 9) sorted by relevance

/art/compiler/dex/quick/arm/
Dfp_arm.cc148 RegStorage tmp1 = AllocTempDouble(); in GenConversion()
149 RegStorage tmp2 = AllocTempDouble(); in GenConversion()
172 RegStorage high_val = AllocTempDouble(); in GenConversion()
173 RegStorage low_val = AllocTempDouble(); in GenConversion()
174 RegStorage const_val = AllocTempDouble(); in GenConversion()
/art/compiler/dex/quick/x86/
Dfp_x86.cc117 rl_src2.reg = AllocTempDouble(); in GenArithOpDouble()
241 RegStorage temp_reg = AllocTempDouble(); in GenConversion()
304 RegStorage temp_reg = AllocTempDouble(); in GenConversion()
671 RegStorage sign_mask = AllocTempDouble(); in GenInlinedAbsDouble()
Dutility_x86.cc605 RegStorage r_dest_hi = AllocTempDouble(); in LoadConstantWide()
Dint_x86.cc163 RegStorage r_tmp = AllocTempDouble(); in OpRegCopyWide()
176 RegStorage temp_reg = AllocTempDouble(); in OpRegCopyWide()
Dtarget_x86.cc2669 RegStorage temp = AllocTempDouble(); in GenDalvikArgsRange()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc427 RegStorage r_imm_point5 = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()
428 RegStorage r_tmp = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()
/art/compiler/dex/quick/
Dralloc_util.cc448 RegStorage Mir2Lir::AllocTempDouble(bool required) { in AllocTempDouble() function in art::Mir2Lir
460 return AllocTempDouble(required); in AllocTypedTempWide()
Dmir_to_lir.h753 virtual RegStorage AllocTempDouble(bool required = true);
Dgen_invoke.cc1001 RegStorage temp = AllocTempDouble(); in GenDalvikArgsRange()