Searched refs:wth2 (Results 1 – 1 of 1) sorted by relevance
315 uint32_t wth2; in helper_float_cvtpw_ps() local325 wth2 = float32_to_int32(fdt0 >> 32, &env->active_fpu.fp_status); in helper_float_cvtpw_ps()328 wth2 = FP_TO_INT32_OVERFLOW; in helper_float_cvtpw_ps()334 return ((uint64_t)wth2 << 32) | wt2; in helper_float_cvtpw_ps()1244 uint32_t wth2; in helper_float_add_ps() local1247 wth2 = float32_add(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_add_ps()1249 return ((uint64_t)wth2 << 32) | wtl2; in helper_float_add_ps()1280 uint32_t wth2; in helper_float_sub_ps() local1283 wth2 = float32_sub(fsth0, fsth1, &env->active_fpu.fp_status); in helper_float_sub_ps()1285 return ((uint64_t)wth2 << 32) | wtl2; in helper_float_sub_ps()[all …]