Home
last modified time | relevance | path

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

/arch/nds32/math-emu/
Dfdivd.c20 FP_SET_EXCEPTION(FP_EX_DIVZERO); in fdivd()
Dfdivs.c19 FP_SET_EXCEPTION(FP_EX_DIVZERO); in fdivs()
/arch/alpha/include/asm/
Dsfp-machine.h73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE macro
/arch/sh/include/asm/
Dsfp-machine.h74 #define FP_EX_DIVZERO (1<<3) 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/sparc/math-emu/
Dmath_32.c235 else if (eflag & FP_EX_DIVZERO) in record_exception()
236 eflag = FP_EX_DIVZERO; in record_exception()
Dmath_64.c119 else if(eflag & FP_EX_DIVZERO) in record_exception()
120 eflag = FP_EX_DIVZERO; in record_exception()
/arch/nds32/include/asm/
Dsfp-machine.h67 #define FP_EX_DIVZERO FPCSR_mskDBZ macro
/arch/powerpc/math-emu/
Dmath_efp.c102 #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \
693 if ((FP_CUR_EXCEPTIONS & FP_EX_DIVZERO) in do_spe_mathemu()