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.h140 #define FPCR_OVF (1U << (54 - 32)) macro
149 | FPCR_OVF | FPCR_DZE | FPCR_INV)
H A Dfpu_helper.c51 ret |= CONVERT_BIT(exc, float_flag_overflow, FPCR_OVF); in soft_to_fpcr_exc()
64 hw_exc |= CONVERT_BIT(exc, FPCR_OVF, EXC_M_FOV); in fp_exc_raise1()
H A Dhelper.c73 t |= CONVERT_BIT(fpcr, FPCR_OVFD, FPCR_OVF); in cpu_alpha_store_fpcr()