Searched refs:wt0 (Results 1 – 1 of 1) sorted by relevance
257 uint64_t helper_float_cvtd_w(CPUMIPSState *env, uint32_t wt0) in helper_float_cvtd_w() argument261 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() argument350 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()364 uint32_t helper_float_cvts_pl(CPUMIPSState *env, uint32_t wt0) in helper_float_cvts_pl() argument368 wt2 = wt0; in helper_float_cvts_pl()987 uint32_t wt0; in helper_float_abs_ps() local990 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[all …]