Home
last modified time | relevance | path

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

/qemu/target/alpha/
H A Dcpu.h158 #define SWCR_TRAP_ENABLE_DZE (1U << 2) macro
476 | SWCR_TRAP_ENABLE_DZE in alpha_ieee_swcr_to_fpcr()
494 | SWCR_TRAP_ENABLE_DZE in alpha_ieee_fpcr_to_swcr()
/qemu/linux-user/
H A Dsyscall.c12234 if (fex & SWCR_TRAP_ENABLE_DZE) { in _syscall2()