Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c303 uint32_t fst2; in helper_float_cvtps_pw() local
306 fst2 = int32_to_float32(dt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtps_pw()
309 return ((uint64_t)fsth2 << 32) | fst2; in helper_float_cvtps_pw()
339 uint32_t fst2; in helper_float_cvts_d() local
341 fst2 = float64_to_float32(fdt0, &env->active_fpu.fp_status); in helper_float_cvts_d()
343 return fst2; in helper_float_cvts_d()
348 uint32_t fst2; in helper_float_cvts_w() local
350 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()
352 return fst2; in helper_float_cvts_w()
357 uint32_t fst2; in helper_float_cvts_l() local
[all …]