Searched refs:IEEE_TRAP_ENABLE_INV (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dfpu.h42 #define IEEE_TRAP_ENABLE_INV (1UL<<1) /* invalid op */ macro
48 #define IEEE_TRAP_ENABLE_MASK (IEEE_TRAP_ENABLE_INV | IEEE_TRAP_ENABLE_DZE |\
97 fp |= (~sw & (IEEE_TRAP_ENABLE_INV
112 sw |= (~fp >> 48) & (IEEE_TRAP_ENABLE_INV
H A Dsfp-machine.h70 #define FP_EX_INVALID IEEE_TRAP_ENABLE_INV
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/math-emu/
H A Dmath.c318 if (_fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dosf_sys.c736 if (fex & IEEE_TRAP_ENABLE_INV) si_code = FPE_FLTINV;

Completed in 105 milliseconds