Searched defs:bcd (Results 1 – 8 of 8) sorted by relevance
/qemu/include/libdecnumber/ |
H A D | decNumberLocal.h | 479 #define GETCOEFF(df, bcd) { \ argument 484 #define GETWCOEFF(df, bcd) { \ argument 495 #define GETCOEFF(df, bcd) { \ argument 504 #define GETWCOEFF(df, bcd) { \ argument 523 #define GETCOEFF(df, bcd) { \ argument 541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
|
/qemu/include/hw/timer/ |
H A D | i8254_internal.h | 43 uint8_t bcd; /* not supported */ member
|
/qemu/target/ppc/ |
H A D | dfp_helper.c | 1424 uint8_t bcd[6]; in helper_CDTBCD() local 1450 uint8_t bcd[6]; in helper_CBCDTD() local
|
H A D | int_helper.c | 2189 static int bcd_get_sgn(ppc_avr_t *bcd) in bcd_get_sgn() 2222 static uint8_t bcd_get_digit(ppc_avr_t *bcd, int n, int *invalid) in bcd_get_digit() 2237 static void bcd_put_digit(ppc_avr_t *bcd, uint8_t digit, int n) in bcd_put_digit() 2248 static bool bcd_is_valid(ppc_avr_t *bcd) in bcd_is_valid() 2266 static int bcd_cmp_zero(ppc_avr_t *bcd) in bcd_cmp_zero()
|
/qemu/libdecnumber/dpd/ |
H A D | decimal64.c | 753 uInt bcd; /* BCD result */ in decDigitsFromDPD() local
|
/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 916 unsigned short bcd[5]; in test_fbcd() local
|
/qemu/libdecnumber/ |
H A D | decNumber.c | 3605 uByte * decNumberGetBCD(const decNumber *dn, uint8_t *bcd) { in decNumberGetBCD() 3639 decNumber * decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) { in decNumberSetBCD()
|
/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 278 __u8 bcd; member
|