Home
last modified time | relevance | path

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

/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c16 #define FPCR_OVF (1UL << 54) macro
25 | FPCR_OVF | FPCR_DZE | FPCR_INV)
/qemu/target/alpha/
H A Dcpu.h142 #define FPCR_OVF (1U << (54 - 32)) macro
151 | FPCR_OVF | FPCR_DZE | FPCR_INV)
H A Dfpu_helper.c50 ret |= CONVERT_BIT(exc, float_flag_overflow, FPCR_OVF); in soft_to_fpcr_exc()
63 hw_exc |= CONVERT_BIT(exc, FPCR_OVF, EXC_M_FOV); in fp_exc_raise1()
H A Dhelper.c75 t |= CONVERT_BIT(fpcr, FPCR_OVFD, FPCR_OVF); in cpu_alpha_store_fpcr()