Home
last modified time | relevance | path

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

/Linux-v5.10/include/math-emu/
Dsoft-fp.h79 #ifndef FP_EX_DIVZERO
80 #define FP_EX_DIVZERO 0 macro
Dop-common.h499 FP_SET_EXCEPTION(FP_EX_DIVZERO); \
/Linux-v5.10/arch/nds32/math-emu/
Dfdivd.c20 FP_SET_EXCEPTION(FP_EX_DIVZERO); in fdivd()
Dfdivs.c19 FP_SET_EXCEPTION(FP_EX_DIVZERO); in fdivs()
/Linux-v5.10/arch/powerpc/include/asm/
Dsfp-machine.h103 #define FP_EX_DIVZERO (1 << 19) macro
125 #define FP_EX_DIVZERO (1 << (31 - 5)) macro
/Linux-v5.10/arch/sh/include/asm/
Dsfp-machine.h66 #define FP_EX_DIVZERO (1<<3) macro
/Linux-v5.10/arch/alpha/include/asm/
Dsfp-machine.h73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE macro
/Linux-v5.10/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
/Linux-v5.10/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()
/Linux-v5.10/arch/nds32/include/asm/
Dsfp-machine.h67 #define FP_EX_DIVZERO FPCSR_mskDBZ macro
/Linux-v5.10/arch/powerpc/math-emu/
Dmath_efp.c101 #define FP_EX_MASK (FP_EX_INEXACT | FP_EX_INVALID | FP_EX_DIVZERO | \
692 if ((FP_CUR_EXCEPTIONS & FP_EX_DIVZERO) in do_spe_mathemu()