Home
last modified time | relevance | path

Searched refs:CW_ZeroDiv (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/math-emu/
H A Dcontrol_w.h26 #define CW_ZeroDiv Const_(0x0004) /* divide by zero mask */ macro
H A Derrors.c517 if (control_word & CW_ZeroDiv) { in FPU_divide_by_zero()
526 return (!(control_word & CW_ZeroDiv) ? FPU_Exception : 0) | tag; in FPU_divide_by_zero()