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.c302 uint32_t fst2; in helper_float_cvtps_pw() local
305 fst2 = int32_to_float32(dt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtps_pw()
308 return ((uint64_t)fsth2 << 32) | fst2; in helper_float_cvtps_pw()
338 uint32_t fst2; in helper_float_cvts_d() local
340 fst2 = float64_to_float32(fdt0, &env->active_fpu.fp_status); in helper_float_cvts_d()
342 return fst2; in helper_float_cvts_d()
347 uint32_t fst2; in helper_float_cvts_w() local
349 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()
351 return fst2; in helper_float_cvts_w()
356 uint32_t fst2; in helper_float_cvts_l() local
[all …]