Searched refs:fst0 (Results 1 – 1 of 1) sorted by relevance
2146 uint32_t helper_float_sqrt_s(uint32_t fst0) in helper_float_sqrt_s() argument2148 return float32_sqrt(fst0, &env->active_fpu.fp_status); in helper_float_sqrt_s()2151 uint64_t helper_float_cvtd_s(uint32_t fst0) in helper_float_cvtd_s() argument2156 fdt2 = float32_to_float64(fst0, &env->active_fpu.fp_status); in helper_float_cvtd_s()2193 uint64_t helper_float_cvtl_s(uint32_t fst0) in helper_float_cvtl_s() argument2198 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_cvtl_s()2283 uint32_t helper_float_cvtw_s(uint32_t fst0) in helper_float_cvtw_s() argument2288 wt2 = float32_to_int32(fst0, &env->active_fpu.fp_status); in helper_float_cvtw_s()2321 uint64_t helper_float_roundl_s(uint32_t fst0) in helper_float_roundl_s() argument2327 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_roundl_s()[all …]