Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c6 #define FPCR_UNDZ (1UL << 60) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h20 #define FPCR_UNDZ (1UL<<60) /* underflow to zero (opt.) */ macro
/openbmc/qemu/target/alpha/
H A Dcpu.h130 #define FPCR_UNDZ (1U << (60 - 32)) macro