Searched refs:FP_EX_DIVZERO (Results 1 – 11 of 11) sorted by relevance
20 FP_SET_EXCEPTION(FP_EX_DIVZERO); in fdivd()
19 FP_SET_EXCEPTION(FP_EX_DIVZERO); in fdivs()
73 #define FP_EX_DIVZERO IEEE_TRAP_ENABLE_DZE macro
74 #define FP_EX_DIVZERO (1<<3) macro
84 #define FP_EX_DIVZERO (1 << 1) macro
195 #define FP_EX_DIVZERO (1 << 1) macro
103 #define FP_EX_DIVZERO (1 << 19) macro125 #define FP_EX_DIVZERO (1 << (31 - 5)) macro
235 else if (eflag & FP_EX_DIVZERO) in record_exception()236 eflag = FP_EX_DIVZERO; in record_exception()
119 else if(eflag & FP_EX_DIVZERO) in record_exception()120 eflag = FP_EX_DIVZERO; in record_exception()
67 #define FP_EX_DIVZERO FPCSR_mskDBZ macro
102 #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()