Searched refs:dt2 (Results 1 – 2 of 2) sorted by relevance
277 uint64_t dt2; in helper_float_cvt_l_d() local279 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_l_d()282 dt2 = FP_TO_INT64_OVERFLOW; in helper_float_cvt_l_d()285 return dt2; in helper_float_cvt_l_d()290 uint64_t dt2; in helper_float_cvt_l_s() local292 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_cvt_l_s()295 dt2 = FP_TO_INT64_OVERFLOW; in helper_float_cvt_l_s()298 return dt2; in helper_float_cvt_l_s()410 uint64_t dt2; in helper_float_round_l_d() local414 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_l_d()[all …]
28 int dt1, int dt2, int *num_skipped) in find_next_descriptor() argument37 if (h->bDescriptorType == dt1 || h->bDescriptorType == dt2) in find_next_descriptor()