Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/powerpc/include/asm/
Dsfp-machine.h103 #define FP_EX_DIVZERO (1 << 19) macro
125 #define FP_EX_DIVZERO (1 << (31 - 5)) macro
/linux-6.1.9/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-6.1.9/arch/alpha/include/asm/
Dsfp-machine.h73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE macro
/linux-6.1.9/arch/sh/include/asm/
Dsfp-machine.h74 #define FP_EX_DIVZERO (1<<3) macro
/linux-6.1.9/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-6.1.9/arch/powerpc/math-emu/
Dmath_efp.c102 #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()