Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/target/ppc/
H A Dint_helper.c2355 int sgnb = bcd_get_sgn(b); in helper_bcdadd() local
2356 int invalid = (sgna == 0) || (sgnb == 0); in helper_bcdadd()
2363 if (sgna == sgnb) { in helper_bcdadd()
2374 result.VsrB(BCD_DIG_BYTE(0)) = bcd_preferred_sgn(sgnb, ps); in helper_bcdadd()
2376 cr = (sgnb > 0) ? CRF_GT : CRF_LT; 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()
2417 uint16_t sgnb = get_national_digit(b, 0); in helper_bcdcfn() local
2419 int invalid = (sgnb != NATIONAL_PLUS && sgnb != NATIONAL_NEG); in helper_bcdcfn()
[all …]