Const__            22 arch/x86/math-emu/status_w.h #define SW_Backward    	Const__(0x8000)	/* backward compatibility */
Const__            23 arch/x86/math-emu/status_w.h #define SW_C3		Const__(0x4000)	/* condition bit 3 */
Const__            24 arch/x86/math-emu/status_w.h #define SW_Top		Const__(0x3800)	/* top of stack */
Const__            25 arch/x86/math-emu/status_w.h #define SW_Top_Shift 	Const__(11)	/* shift for top of stack bits */
Const__            26 arch/x86/math-emu/status_w.h #define SW_C2		Const__(0x0400)	/* condition bit 2 */
Const__            27 arch/x86/math-emu/status_w.h #define SW_C1		Const__(0x0200)	/* condition bit 1 */
Const__            28 arch/x86/math-emu/status_w.h #define SW_C0		Const__(0x0100)	/* condition bit 0 */
Const__            29 arch/x86/math-emu/status_w.h #define SW_Summary     	Const__(0x0080)	/* exception summary */
Const__            30 arch/x86/math-emu/status_w.h #define SW_Stack_Fault	Const__(0x0040)	/* stack fault */
Const__            31 arch/x86/math-emu/status_w.h #define SW_Precision   	Const__(0x0020)	/* loss of precision */
Const__            32 arch/x86/math-emu/status_w.h #define SW_Underflow   	Const__(0x0010)	/* underflow */
Const__            33 arch/x86/math-emu/status_w.h #define SW_Overflow    	Const__(0x0008)	/* overflow */
Const__            34 arch/x86/math-emu/status_w.h #define SW_Zero_Div    	Const__(0x0004)	/* divide by zero */
Const__            35 arch/x86/math-emu/status_w.h #define SW_Denorm_Op   	Const__(0x0002)	/* denormalized operand */
Const__            36 arch/x86/math-emu/status_w.h #define SW_Invalid     	Const__(0x0001)	/* invalid operation */
Const__            38 arch/x86/math-emu/status_w.h #define SW_Exc_Mask     Const__(0x27f)	/* Status word exception bit mask */