Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/include/asm/
Dfpu.h52 #define IEEE_TRAP_ENABLE_MASK (IEEE_TRAP_ENABLE_INV | IEEE_TRAP_ENABLE_DZE |\ macro
74 #define IEEE_SW_MASK (IEEE_TRAP_ENABLE_MASK | \
/linux-3.4.99/arch/alpha/math-emu/
Dmath.c310 _fex = _fex & swcr & IEEE_TRAP_ENABLE_MASK; in alpha_fp_emul()