Home
last modified time | relevance | path

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

/openbmc/qemu/target/alpha/
H A Dcpu.h159 #define SWCR_TRAP_ENABLE_INE (1U << 5) macro
488 | SWCR_TRAP_ENABLE_INE)) << 57; in alpha_ieee_swcr_to_fpcr()
505 swcr |= (~fpcr >> 57) & (SWCR_TRAP_ENABLE_UNF | SWCR_TRAP_ENABLE_INE); in alpha_ieee_fpcr_to_swcr()
/openbmc/qemu/linux-user/
H A Dsyscall.c12196 if (fex & SWCR_TRAP_ENABLE_INE) { in _syscall2()