Searched refs:wt0 (Results 1 – 1 of 1) sorted by relevance
256 uint64_t helper_float_cvtd_w(CPUMIPSState *env, uint32_t wt0) in helper_float_cvtd_w() argument260 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status); in helper_float_cvtd_w()345 uint32_t helper_float_cvts_w(CPUMIPSState *env, uint32_t wt0) in helper_float_cvts_w() argument349 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()363 uint32_t helper_float_cvts_pl(CPUMIPSState *env, uint32_t wt0) in helper_float_cvts_pl() argument367 wt2 = wt0; in helper_float_cvts_pl()986 uint32_t wt0; in helper_float_abs_ps() local989 wt0 = float32_abs(fdt0 & 0XFFFFFFFF); in helper_float_abs_ps()991 return ((uint64_t)wth0 << 32) | wt0; in helper_float_abs_ps()1006 uint32_t wt0; in helper_float_chs_ps() local[all …]