Home
last modified time | relevance | path

Searched refs:FPCR_UNDZ (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c6 #define FPCR_UNDZ (1UL << 60) macro
/qemu/target/alpha/
H A Dcpu.h132 #define FPCR_UNDZ (1U << (60 - 32)) macro
480 fpcr |= (swcr & SWCR_MAP_UMZ ? FPCR_UNDZ | FPCR_UNFD : 0); in alpha_ieee_swcr_to_fpcr()
H A Dhelper.c84 t = (fpcr & FPCR_UNFD) && (fpcr & FPCR_UNDZ); in cpu_alpha_store_fpcr()