Home
last modified time | relevance | path

Searched defs:FPCR_DZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-cvttq.c17 #define FPCR_DZE (1UL << 53) macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfpu.h15 #define FPCR_DZE (1UL<<53) /* division by zero */ macro
/openbmc/qemu/target/alpha/
H A Dcpu.h144 #define FPCR_DZE (1U << (53 - 32)) macro
/openbmc/qemu/target/arm/
H A Dcpu.h1837 #define FPCR_DZE (1 << 9) /* Divide by Zero exception trap enable */ macro