Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c314 uint32_t wt2; in helper_float_cvtpw_ps() local
318 wt2 = float32_to_int32(fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()
321 wt2 = FP_TO_INT32_OVERFLOW; in helper_float_cvtpw_ps()
334 return ((uint64_t)wth2 << 32) | wt2; in helper_float_cvtpw_ps()
366 uint32_t wt2; in helper_float_cvts_pl() local
368 wt2 = wt0; in helper_float_cvts_pl()
370 return wt2; in helper_float_cvts_pl()
375 uint32_t wt2; in helper_float_cvts_pu() local
377 wt2 = wth0; in helper_float_cvts_pu()
379 return wt2; in helper_float_cvts_pu()
[all …]