Home
last modified time | relevance | path

Searched refs:SW_Underflow (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dstatus_w.h32 #define SW_Underflow Const__(0x0010) /* underflow */ macro
H A Derrors.c141 if (partial_status & SW_Underflow) in FPU_printall()
160 partial_status & SW_Underflow ? 1 : 0, in FPU_printall()
172 control_word & SW_Underflow ? 1 : 0, in FPU_printall()
H A Dfpu_aux.c28 SW_Underflow | SW_Overflow | SW_Zero_Div | SW_Denorm_Op | in fclex()