Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c16 #define FPCR_OVF (1UL << 54) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h16 #define FPCR_OVF (1UL<<54) /* overflow */ macro
/openbmc/qemu/target/alpha/
H A Dcpu.h143 #define FPCR_OVF (1U << (54 - 32)) macro