Home
last modified time | relevance | path

Searched refs:wth2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c315 uint32_t wth2; in helper_float_cvtpw_ps() local
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() local
1249 return ((uint64_t)wth2 << 32) | wtl2; in helper_float_add_ps()
1280 uint32_t wth2; in helper_float_sub_ps() local
1285 return ((uint64_t)wth2 << 32) | wtl2; in helper_float_sub_ps()
1316 uint32_t wth2; in helper_float_mul_ps() local
1321 return ((uint64_t)wth2 << 32) | wtl2; in helper_float_mul_ps()
1352 uint32_t wth2; in helper_float_div_ps() local
[all …]