Home
last modified time | relevance | path

Searched refs:FP_EX_OVERFLOW (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/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); \
/openbmc/linux/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
/openbmc/linux/arch/alpha/include/asm/
H A Dsfp-machine.h71 #define FP_EX_OVERFLOW IEEE_TRAP_ENABLE_OVF macro
/openbmc/linux/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
/openbmc/linux/arch/sh/include/asm/
H A Dsfp-machine.h75 #define FP_EX_OVERFLOW (1<<2) macro
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c231 else if (eflag & FP_EX_OVERFLOW) in record_exception()
232 eflag = FP_EX_OVERFLOW; in record_exception()
H A Dmath_64.c115 else if(eflag & FP_EX_OVERFLOW) in record_exception()
116 eflag = FP_EX_OVERFLOW; in record_exception()
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c103 FP_EX_UNDERFLOW | FP_EX_OVERFLOW)
699 if ((FP_CUR_EXCEPTIONS & FP_EX_OVERFLOW) in do_spe_mathemu()