Searched refs:FPCR_INE (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/tcg/alpha/ |
H A D | test-cvttq.c | 14 #define FPCR_INE (1UL << 56) macro 24 #define FPCR_STATUS_MASK (FPCR_IOV | FPCR_INE | FPCR_UNF \ 56 { 1.5, 1, FPCR_INE }, in main() 59 { 0x1.0p63, 0x8000000000000000ul, FPCR_IOV | FPCR_INE }, in main() 60 { 0x1.0p64, 0x0000000000000000ul, FPCR_IOV | FPCR_INE }, in main() 61 { 0x1.cccp64, 0xccc0000000000000ul, FPCR_IOV | FPCR_INE }, in main()
|
/openbmc/qemu/target/alpha/ |
H A D | fpu_helper.c | 53 ret |= CONVERT_BIT(exc, float_flag_inexact, FPCR_INE); in soft_to_fpcr_exc() 66 hw_exc |= CONVERT_BIT(exc, FPCR_INE, EXC_M_INE); in fp_exc_raise1() 473 exc = FPCR_IOV | FPCR_INE; in do_cvttq() 478 exc = FPCR_INE; in do_cvttq() 507 exc = FPCR_IOV | FPCR_INE; in helper_cvtql()
|
H A D | cpu.h | 138 #define FPCR_INE (1U << (56 - 32)) macro 148 #define FPCR_STATUS_MASK (FPCR_IOV | FPCR_INE | FPCR_UNF \
|
H A D | helper.c | 71 t |= CONVERT_BIT(fpcr, FPCR_INED, FPCR_INE); in cpu_alpha_store_fpcr()
|
H A D | translate.c | 661 ignore |= FPCR_INE; in gen_fp_exc_raise()
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fpu.h | 18 #define FPCR_INE (1UL<<56) /* inexact */ macro
|