Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c373 uint32_t helper_float_cvts_pu(CPUMIPSState *env, uint32_t wth0) in helper_float_cvts_pu() argument
377 wt2 = wth0; in helper_float_cvts_pu()
988 uint32_t wth0; in helper_float_abs_ps() local
991 wth0 = float32_abs(fdt0 >> 32); in helper_float_abs_ps()
992 return ((uint64_t)wth0 << 32) | wt0; in helper_float_abs_ps()
1008 uint32_t wth0; in helper_float_chs_ps() local
1011 wth0 = float32_chs(fdt0 >> 32); in helper_float_chs_ps()
1012 return ((uint64_t)wth0 << 32) | wt0; in helper_float_chs_ps()