SW_C1             131 arch/x86/math-emu/errors.c 	if (partial_status & SW_C1)
SW_C1             158 arch/x86/math-emu/errors.c 	       partial_status & SW_C1 ? 1 : 0, partial_status & SW_C0 ? 1 : 0,	/* cc */
SW_C1             326 arch/x86/math-emu/errors.c 			if (!(n & SW_C1))
SW_C1             329 arch/x86/math-emu/errors.c 				partial_status &= ~SW_C1;
SW_C1             534 arch/x86/math-emu/errors.c 		partial_status &= ~(SW_C1 & flags);
SW_C1             547 arch/x86/math-emu/errors.c 		partial_status |= (SW_Precision | SW_C1);	/* The masked response */
SW_C1             549 arch/x86/math-emu/errors.c 		EXCEPTION(EX_Precision | SW_C1);
SW_C1             556 arch/x86/math-emu/errors.c 		partial_status &= ~SW_C1;
SW_C1             593 arch/x86/math-emu/errors.c 		EXCEPTION(EX_Precision | SW_C1);
SW_C1             609 arch/x86/math-emu/errors.c 			partial_status &= ~SW_C1;	/* Round down. */
SW_C1              19 arch/x86/math-emu/exception.h #ifndef SW_C1
SW_C1              27 arch/x86/math-emu/exception.h #define EX_StackOver	Const_(0x0041|SW_C1)	/* stack overflow */
SW_C1              37 arch/x86/math-emu/exception.h #define PRECISION_LOST_UP    Const_((EX_Precision | SW_C1))
SW_C1             119 arch/x86/math-emu/fpu_etc.c 		c |= SW_C1;
SW_C1             867 arch/x86/math-emu/fpu_trig.c 					cc |= SW_C1;
SW_C1              54 arch/x86/math-emu/status_w.h 	partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3);
SW_C1              55 arch/x86/math-emu/status_w.h 	partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3);
SW_C1              61 arch/x86/math-emu/status_w.h #  define clear_C1()  { partial_status &= ~SW_C1; }