Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/math-emu/
Derrors.c141 if ( partial_status & SW_Zero_Div ) printk("SW: divide by zero\n"); in FPU_printall()
154 partial_status & SW_Overflow?1:0, partial_status & SW_Zero_Div?1:0, in FPU_printall()
163 control_word & SW_Overflow?1:0, control_word & SW_Zero_Div?1:0, in FPU_printall()
Dstatus_w.h33 #define SW_Zero_Div Const__(0x0004) /* divide by zero */ macro
Dfpu_aux.c27 SW_Underflow|SW_Overflow|SW_Zero_Div|SW_Denorm_Op| in fclex()