Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dfp_arm.cc133 RegStorage r_tmp = AllocTempDouble(); in GenMultiplyByConstantDouble()
177 RegStorage tmp1 = AllocTempDouble(); in GenConversion()
178 RegStorage tmp2 = AllocTempDouble(); in GenConversion()
202 RegStorage high_val = AllocTempDouble(); in GenConversion()
203 RegStorage low_val = AllocTempDouble(); in GenConversion()
204 RegStorage const_val = AllocTempDouble(); in GenConversion()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc135 RegStorage r_tmp = AllocTempDouble(); in GenMultiplyByConstantDouble()
457 RegStorage r_imm_point5 = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()
458 RegStorage r_tmp = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()
/art/compiler/dex/quick/x86/
Dfp_x86.cc119 rl_src2.reg = AllocTempDouble(); in GenArithOpDouble()
258 RegStorage temp_reg = AllocTempDouble(); in GenConversion()
322 RegStorage temp_reg = AllocTempDouble(); in GenConversion()
694 RegStorage sign_mask = AllocTempDouble(); in GenInlinedAbsDouble()
Dtarget_x86.cc1616 RegStorage rs_src1_high_tmp = Get128BitRegister(AllocTempDouble()); in GenMultiplyVectorSignedByte()
1617 RegStorage rs_dest_high_tmp = Get128BitRegister(AllocTempDouble()); in GenMultiplyVectorSignedByte()
1681 rs_tmp_vector_1 = Get128BitRegister(AllocTempDouble()); in GenMultiplyVectorLong()
1685 rs_tmp_vector_2 = Get128BitRegister(AllocTempDouble()); in GenMultiplyVectorLong()
2043 RegStorage rs_tmp_vector = Get128BitRegister(AllocTempDouble()); in GenAddReduceVector()
2068 RegStorage rs_tmp = Get128BitRegister(AllocTempDouble()); in GenAddReduceVector()
2242 RegStorage r_tmp = AllocTempDouble(); in LoadVectorRegister()
2554 RegStorage temp = AllocTempDouble(); in GenDalvikArgsBulkCopy()
Dutility_x86.cc614 RegStorage r_dest_hi = AllocTempDouble(); in LoadConstantWide()
Dint_x86.cc166 RegStorage r_tmp = AllocTempDouble(); in OpRegCopyWide()
179 RegStorage temp_reg = AllocTempDouble(); in OpRegCopyWide()
/art/compiler/dex/quick/
Dralloc_util.cc434 RegStorage Mir2Lir::AllocTempDouble(bool required) { in AllocTempDouble() function in art::Mir2Lir
446 return AllocTempDouble(required); in AllocTypedTempWide()
Dmir_to_lir.h723 virtual RegStorage AllocTempDouble(bool required = true);