Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/math-emu/
Derrors.c142 if (partial_status & SW_Overflow) in FPU_printall()
160 partial_status & SW_Overflow ? 1 : 0, in FPU_printall()
172 control_word & SW_Overflow ? 1 : 0, in FPU_printall()
Dstatus_w.h32 #define SW_Overflow Const__(0x0008) /* overflow */ macro
Dfpu_aux.c27 SW_Underflow | SW_Overflow | SW_Zero_Div | SW_Denorm_Op | in fclex()