Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
A Dsfp-machine.h71 #define FP_EX_OVERFLOW IEEE_TRAP_ENABLE_OVF macro
/arch/sh/include/asm/
A Dsfp-machine.h75 #define FP_EX_OVERFLOW (1<<2) macro
/arch/sparc/include/asm/
A Dsfp-machine_64.h82 #define FP_EX_OVERFLOW (1 << 3) macro
A Dsfp-machine_32.h193 #define FP_EX_OVERFLOW (1 << 3) macro
/arch/powerpc/include/asm/
A Dsfp-machine.h105 #define FP_EX_OVERFLOW (1 << 17) macro
123 #define FP_EX_OVERFLOW (1 << (31 - 3)) macro
/arch/sparc/math-emu/
A Dmath_32.c231 else if (eflag & FP_EX_OVERFLOW) in record_exception()
232 eflag = FP_EX_OVERFLOW; in record_exception()
A Dmath_64.c115 else if(eflag & FP_EX_OVERFLOW) in record_exception()
116 eflag = FP_EX_OVERFLOW; in record_exception()
/arch/powerpc/math-emu/
A Dmath_efp.c103 FP_EX_UNDERFLOW | FP_EX_OVERFLOW)
699 if ((FP_CUR_EXCEPTIONS & FP_EX_OVERFLOW) in do_spe_mathemu()

Completed in 14 milliseconds