Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dint_helper.c2416 uint16_t national = 0; in helper_bcdcfn() local
2422 national = get_national_digit(b, i); in helper_bcdcfn()
2423 if (unlikely(national < 0x30 || national > 0x39)) { in helper_bcdcfn()
2428 bcd_put_digit(&ret, national & 0xf, i); in helper_bcdcfn()