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.c313 uint32_t wt2; in helper_float_cvtpw_ps() local
317 wt2 = float32_to_int32(fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()
320 wt2 = FP_TO_INT32_OVERFLOW; in helper_float_cvtpw_ps()
333 return ((uint64_t)wth2 << 32) | wt2; in helper_float_cvtpw_ps()
365 uint32_t wt2; in helper_float_cvts_pl() local
367 wt2 = wt0; in helper_float_cvts_pl()
369 return wt2; in helper_float_cvts_pl()
374 uint32_t wt2; in helper_float_cvts_pu() local
376 wt2 = wth0; in helper_float_cvts_pu()
378 return wt2; in helper_float_cvts_pu()
[all …]