Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dfpu_helper.c257 uint64_t helper_float_cvtd_w(CPUMIPSState *env, uint32_t wt0) in helper_float_cvtd_w() argument
261 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status); in helper_float_cvtd_w()
346 uint32_t helper_float_cvts_w(CPUMIPSState *env, uint32_t wt0) in helper_float_cvts_w() argument
350 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()
368 wt2 = wt0; in helper_float_cvts_pl()
987 uint32_t wt0; in helper_float_abs_ps() local
990 wt0 = float32_abs(fdt0 & 0XFFFFFFFF); in helper_float_abs_ps()
992 return ((uint64_t)wth0 << 32) | wt0; in helper_float_abs_ps()
1007 uint32_t wt0; in helper_float_chs_ps() local
1010 wt0 = float32_chs(fdt0 & 0XFFFFFFFF); in helper_float_chs_ps()
[all …]