Searched refs:fdt0 (Results 1 – 1 of 1) sorted by relevance
2141 uint64_t helper_float_sqrt_d(uint64_t fdt0) in helper_float_sqrt_d() argument2143 return float64_sqrt(fdt0, &env->active_fpu.fp_status); in helper_float_sqrt_d()2181 uint64_t helper_float_cvtl_d(uint64_t fdt0) in helper_float_cvtl_d() argument2186 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvtl_d()2217 uint64_t helper_float_cvtpw_ps(uint64_t fdt0) in helper_float_cvtpw_ps() argument2223 wt2 = float32_to_int32(fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()2224 wth2 = float32_to_int32(fdt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()2233 uint32_t helper_float_cvts_d(uint64_t fdt0) in helper_float_cvts_d() argument2238 fst2 = float64_to_float32(fdt0, &env->active_fpu.fp_status); in helper_float_cvts_d()2295 uint32_t helper_float_cvtw_d(uint64_t fdt0) in helper_float_cvtw_d() argument[all …]