Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dop_helper.c2146 uint32_t helper_float_sqrt_s(uint32_t fst0) in helper_float_sqrt_s() argument
2148 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() argument
2156 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() argument
2198 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() argument
2288 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() argument
2327 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_roundl_s()
[all …]