Home
last modified time | relevance | path

Searched refs:SWCR_TRAP_ENABLE_OVF (Results 1 – 2 of 2) sorted by relevance

/qemu/target/alpha/
H A Dcpu.h157 #define SWCR_TRAP_ENABLE_OVF (1U << 3) macro
488 | SWCR_TRAP_ENABLE_OVF)) << 48; in alpha_ieee_swcr_to_fpcr()
506 | SWCR_TRAP_ENABLE_OVF); in alpha_ieee_fpcr_to_swcr()
/qemu/linux-user/
H A Dsyscall.c12090 if (fex & SWCR_TRAP_ENABLE_OVF) { in _syscall2()