Searched refs:wt0 (Results 1 – 1 of 1) sorted by relevance
2161 uint64_t helper_float_cvtd_w(uint32_t wt0) in helper_float_cvtd_w() argument2166 fdt2 = int32_to_float64(wt0, &env->active_fpu.fp_status); in helper_float_cvtd_w()2243 uint32_t helper_float_cvts_w(uint32_t wt0) in helper_float_cvts_w() argument2248 fst2 = int32_to_float32(wt0, &env->active_fpu.fp_status); in helper_float_cvts_w()2263 uint32_t helper_float_cvts_pl(uint32_t wt0) in helper_float_cvts_pl() argument2268 wt2 = wt0; in helper_float_cvts_pl()2535 uint32_t wt0; \2538 wt0 = float32_ ## name(fdt0 & 0XFFFFFFFF); \2540 return ((uint64_t)wth0 << 32) | wt0; \