Searched refs:wt2 (Results 1 – 1 of 1) sorted by relevance
313 uint32_t wt2; in helper_float_cvtpw_ps() local317 wt2 = float32_to_int32(fdt0 & 0XFFFFFFFF, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()320 wt2 = FP_TO_INT32_OVERFLOW; in helper_float_cvtpw_ps()333 return ((uint64_t)wth2 << 32) | wt2; in helper_float_cvtpw_ps()365 uint32_t wt2; in helper_float_cvts_pl() local367 wt2 = wt0; in helper_float_cvts_pl()369 return wt2; in helper_float_cvts_pl()374 uint32_t wt2; in helper_float_cvts_pu() local376 wt2 = wth0; in helper_float_cvts_pu()378 return wt2; in helper_float_cvts_pu()[all …]