Home
last modified time | relevance | path

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

/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c14 #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()
/qemu/target/alpha/
H A Dfpu_helper.c53 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 Dcpu.h138 #define FPCR_INE (1U << (56 - 32)) macro
148 #define FPCR_STATUS_MASK (FPCR_IOV | FPCR_INE | FPCR_UNF \
H A Dhelper.c71 t |= CONVERT_BIT(fpcr, FPCR_INED, FPCR_INE); in cpu_alpha_store_fpcr()
H A Dtranslate.c661 ignore |= FPCR_INE; in gen_fp_exc_raise()