Home
last modified time | relevance | path

Searched refs:FP_EX_UNDERFLOW (Results 1 – 9 of 9) sorted by relevance

/arch/alpha/include/asm/
A Dsfp-machine.h72 #define FP_EX_UNDERFLOW IEEE_TRAP_ENABLE_UNF macro
/arch/sh/include/asm/
A Dsfp-machine.h76 #define FP_EX_UNDERFLOW (1<<1) macro
/arch/sparc/include/asm/
A Dsfp-machine_64.h83 #define FP_EX_UNDERFLOW (1 << 2) macro
A Dsfp-machine_32.h194 #define FP_EX_UNDERFLOW (1 << 2) macro
/arch/powerpc/include/asm/
A Dsfp-machine.h104 #define FP_EX_UNDERFLOW (1 << 18) macro
124 #define FP_EX_UNDERFLOW (1 << (31 - 4)) macro
/arch/alpha/math-emu/
A Dmath.c272 if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ)) in alpha_fp_emul()
279 if ((_fex & FP_EX_UNDERFLOW) && (swcr & IEEE_MAP_UMZ)) in alpha_fp_emul()
/arch/sparc/math-emu/
A Dmath_32.c233 else if (eflag & FP_EX_UNDERFLOW) in record_exception()
234 eflag = FP_EX_UNDERFLOW; in record_exception()
A Dmath_64.c117 else if(eflag & FP_EX_UNDERFLOW) in record_exception()
118 eflag = FP_EX_UNDERFLOW; in record_exception()
/arch/powerpc/math-emu/
A Dmath_efp.c103 FP_EX_UNDERFLOW | FP_EX_OVERFLOW)
680 &= ~(FP_EX_INVALID | FP_EX_UNDERFLOW) | current->thread.spefscr_last; in do_spe_mathemu()
702 if ((FP_CUR_EXCEPTIONS & FP_EX_UNDERFLOW) in do_spe_mathemu()

Completed in 14 milliseconds