Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dint_helper.c2329 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()