Searched refs:bcd_sub_mag (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2329 static void bcd_sub_mag(ppc_avr_t *t, ppc_avr_t *a, ppc_avr_t *b, int *invalid, in bcd_sub_mag() function 2371 bcd_sub_mag(&result, a, b, &invalid, &overflow); in helper_bcdadd() 2375 bcd_sub_mag(&result, b, a, &invalid, &overflow); in helper_bcdadd()
|