Searched refs:FP_EX_OVERFLOW (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/include/math-emu/
H A Dsoft-fp.h73 #ifndef FP_EX_OVERFLOW
74 #define FP_EX_OVERFLOW 0 macro
H A Dop-common.h131 FP_SET_EXCEPTION(FP_EX_OVERFLOW); \
/linux-4.4.14/arch/alpha/include/asm/
H A Dsfp-machine.h71 #define FP_EX_OVERFLOW IEEE_TRAP_ENABLE_OVF macro
/linux-4.4.14/arch/sh/include/asm/
H A Dsfp-machine.h79 #define FP_EX_OVERFLOW (1<<2) macro
/linux-4.4.14/arch/sparc/include/asm/
H A Dsfp-machine_64.h82 #define FP_EX_OVERFLOW (1 << 3) macro
H A Dsfp-machine_32.h193 #define FP_EX_OVERFLOW (1 << 3) macro
/linux-4.4.14/arch/s390/include/asm/
H A Dsfp-machine.h135 #define FP_EX_OVERFLOW 0x200000 macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Dsfp-machine.h105 #define FP_EX_OVERFLOW (1 << 17) macro
123 #define FP_EX_OVERFLOW (1 << (31 - 3)) macro
/linux-4.4.14/arch/sparc/math-emu/
H A Dmath_64.c114 else if(eflag & FP_EX_OVERFLOW) record_exception()
115 eflag = FP_EX_OVERFLOW; record_exception()
H A Dmath_32.c230 else if (eflag & FP_EX_OVERFLOW) record_exception()
231 eflag = FP_EX_OVERFLOW; record_exception()
/linux-4.4.14/arch/powerpc/math-emu/
H A Dmath_efp.c106 FP_EX_UNDERFLOW | FP_EX_OVERFLOW)
699 if ((FP_CUR_EXCEPTIONS & FP_EX_OVERFLOW) do_spe_mathemu()

Completed in 217 milliseconds