Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-alpha/
Dfpu.h48 #define IEEE_TRAP_ENABLE_MASK (IEEE_TRAP_ENABLE_INV | IEEE_TRAP_ENABLE_DZE |\ macro
70 #define IEEE_SW_MASK (IEEE_TRAP_ENABLE_MASK | \
/linux-2.4.37.9/arch/alpha/math-emu/
Dmath.c308 if (_fex & swcr & IEEE_TRAP_ENABLE_MASK) { in alpha_fp_emul()