Home
last modified time | relevance | path

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

/qemu/util/
H A Dint128.c105 bool sgnb = !int128_nonneg(b); in int128_divs() local
111 if (sgnb) { in int128_divs()
117 if (sgna != sgnb) { in int128_divs()
128 bool sgnb = !int128_nonneg(b); in int128_rems() local
134 if (sgnb) { in int128_rems()
/qemu/target/ppc/
H A Dint_helper.c2355 int sgnb = bcd_get_sgn(b); in helper_bcdadd() local
2363 if (sgna == sgnb) { in helper_bcdadd()
2401 int sgnb = bcd_get_sgn(b); in helper_bcdsub() local
2402 if (sgnb < 0) { in helper_bcdsub()
2404 } else if (sgnb > 0) { in helper_bcdsub()
2419 int invalid = (sgnb != NATIONAL_PLUS && sgnb != NATIONAL_NEG); in helper_bcdcfn()
2452 int sgnb = bcd_get_sgn(b); in helper_bcdctn() local
2453 int invalid = (sgnb == 0); in helper_bcdctn()
2508 if ((ps && (sgnb == 0xB || sgnb == 0xD)) || in helper_bcdcfz()
2531 int sgnb = bcd_get_sgn(b); in helper_bcdctz() local
[all …]