Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Dsfp-machine.h86 #define FP_EX_DIVZERO (1<<3) macro
/arch/alpha/include/asm/
Dsfp-machine.h73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE macro
/arch/sparc/include/asm/
Dsfp-machine_64.h84 #define FP_EX_DIVZERO (1 << 1) macro
Dsfp-machine_32.h195 #define FP_EX_DIVZERO (1 << 1) macro
/arch/powerpc/include/asm/
Dsfp-machine.h103 #define FP_EX_DIVZERO (1 << 19) macro
125 #define FP_EX_DIVZERO (1 << (31 - 5)) macro
/arch/s390/include/asm/
Dsfp-machine.h134 #define FP_EX_DIVZERO 0x400000 macro
/arch/sparc/math-emu/
Dmath_32.c234 else if (eflag & FP_EX_DIVZERO) in record_exception()
235 eflag = FP_EX_DIVZERO; in record_exception()
Dmath_64.c118 else if(eflag & FP_EX_DIVZERO) in record_exception()
119 eflag = FP_EX_DIVZERO; in record_exception()
/arch/powerpc/math-emu/
Dmath_efp.c105 #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \
696 if ((FP_CUR_EXCEPTIONS & FP_EX_DIVZERO) in do_spe_mathemu()