Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c13 #define FPCR_IOV (1UL << 57) macro
24 #define FPCR_STATUS_MASK (FPCR_IOV | FPCR_INE | FPCR_UNF \
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/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h19 #define FPCR_IOV (1UL<<57) /* integer overflow */ macro
/openbmc/qemu/target/alpha/
H A Dfpu_helper.c67 hw_exc |= CONVERT_BIT(exc, FPCR_IOV, EXC_M_IOV); in fp_exc_raise1()
473 exc = FPCR_IOV | FPCR_INE; in do_cvttq()
507 exc = FPCR_IOV | FPCR_INE; in helper_cvtql()
H A Dcpu.h137 #define FPCR_IOV (1U << (57 - 32)) macro
148 #define FPCR_STATUS_MASK (FPCR_IOV | FPCR_INE | FPCR_UNF \
H A Dhelper.c68 t |= CONVERT_BIT(soft_fpcr, FPCR_INVD, FPCR_IOV); in cpu_alpha_store_fpcr()
H A Dtranslate.c658 ignore |= FPCR_UNF | FPCR_IOV; in gen_fp_exc_raise()