SW_C2             128 arch/x86/math-emu/errors.c 	if (partial_status & SW_C2)
SW_C2             156 arch/x86/math-emu/errors.c 	       partial_status & SW_C3 ? 1 : 0, partial_status & SW_C2 ? 1 : 0,	/* cc */
SW_C2             367 arch/x86/math-emu/fpu_entry.c 						setcc(SW_C3 | SW_C2 | SW_C0);
SW_C2             486 arch/x86/math-emu/fpu_entry.c 					setcc(SW_C3 | SW_C2 | SW_C0);
SW_C2              66 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C2              76 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C2              82 arch/x86/math-emu/fpu_etc.c 		setcc(SW_C0 | SW_C2 | SW_C3);
SW_C2              99 arch/x86/math-emu/fpu_etc.c 		c = SW_C2;
SW_C2             104 arch/x86/math-emu/fpu_etc.c 			c = SW_C2 | SW_C3;	/* Denormal */
SW_C2             113 arch/x86/math-emu/fpu_etc.c 			c = SW_C2 | SW_C0;
SW_C2              42 arch/x86/math-emu/fpu_trig.c 		partial_status |= SW_C2;	/* Reduction incomplete. */
SW_C2             145 arch/x86/math-emu/fpu_trig.c 	partial_status = saved_status & ~SW_C2;	/* Reduction complete. */
SW_C2             918 arch/x86/math-emu/fpu_trig.c 				setcc(SW_C2);
SW_C2             924 arch/x86/math-emu/fpu_trig.c 			cc = SW_C2;
SW_C2             177 arch/x86/math-emu/reg_compare.c 		f = SW_C3 | SW_C2 | SW_C0;
SW_C2             190 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C2             195 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C2             212 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C2             221 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C2             236 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C2             241 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C2             258 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C2             267 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C2             286 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C2             291 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C2              53 arch/x86/math-emu/status_w.h 	partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3);
SW_C2              54 arch/x86/math-emu/status_w.h 	partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3);