Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dint_helper.c2237 static void bcd_put_digit(ppc_avr_t *bcd, uint8_t digit, int n) in bcd_put_digit() function
2322 bcd_put_digit(t, digit, i); in bcd_add_mag()
2345 bcd_put_digit(t, digit, i); in bcd_sub_mag()
2403 bcd_put_digit(&bcopy, BCD_PLUS_PREF_1, 0); in helper_bcdsub()
2405 bcd_put_digit(&bcopy, BCD_NEG_PREF, 0); in helper_bcdsub()
2428 bcd_put_digit(&ret, national & 0xf, i); in helper_bcdcfn()
2432 bcd_put_digit(&ret, (ps == 0) ? BCD_PLUS_PREF_1 : BCD_PLUS_PREF_2, 0); in helper_bcdcfn()
2434 bcd_put_digit(&ret, BCD_NEG_PREF, 0); in helper_bcdcfn()
2505 bcd_put_digit(&ret, digit, i + 1); in helper_bcdcfz()
2510 bcd_put_digit(&ret, BCD_NEG_PREF, 0); in helper_bcdcfz()
[all …]