Searched refs:wth2 (Results 1 – 1 of 1) sorted by relevance
315 uint32_t wth2; in helper_float_cvtpw_ps() local328 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() local1249 return ((uint64_t)wth2 << 32) | wtl2; in helper_float_add_ps()1280 uint32_t wth2; in helper_float_sub_ps() local1285 return ((uint64_t)wth2 << 32) | wtl2; in helper_float_sub_ps()1316 uint32_t wth2; in helper_float_mul_ps() local1321 return ((uint64_t)wth2 << 32) | wtl2; in helper_float_mul_ps()1352 uint32_t wth2; in helper_float_div_ps() local[all …]