Searched refs:AllocTempDouble (Results 1 – 9 of 9) sorted by relevance
148 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()
117 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()
605 RegStorage r_dest_hi = AllocTempDouble(); in LoadConstantWide()
163 RegStorage r_tmp = AllocTempDouble(); in OpRegCopyWide()176 RegStorage temp_reg = AllocTempDouble(); in OpRegCopyWide()
2669 RegStorage temp = AllocTempDouble(); in GenDalvikArgsRange()
427 RegStorage r_imm_point5 = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()428 RegStorage r_tmp = (is_double) ? AllocTempDouble() : AllocTempSingle(); in GenInlinedRound()
448 RegStorage Mir2Lir::AllocTempDouble(bool required) { in AllocTempDouble() function in art::Mir2Lir460 return AllocTempDouble(required); in AllocTypedTempWide()
753 virtual RegStorage AllocTempDouble(bool required = true);
1001 RegStorage temp = AllocTempDouble(); in GenDalvikArgsRange()