SW_C0             132 arch/x86/math-emu/errors.c 	if (partial_status & SW_C0)
SW_C0             157 arch/x86/math-emu/errors.c 	       partial_status & SW_C1 ? 1 : 0, partial_status & SW_C0 ? 1 : 0,	/* cc */
SW_C0             367 arch/x86/math-emu/fpu_entry.c 						setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             486 arch/x86/math-emu/fpu_entry.c 					setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0              47 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0);
SW_C0              55 arch/x86/math-emu/fpu_etc.c 				setcc(SW_C0);
SW_C0              66 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C0              73 arch/x86/math-emu/fpu_etc.c 				setcc(SW_C0);
SW_C0              76 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C0              82 arch/x86/math-emu/fpu_etc.c 		setcc(SW_C0 | SW_C2 | SW_C3);
SW_C0              93 arch/x86/math-emu/fpu_etc.c 		c = SW_C3 | SW_C0;
SW_C0             110 arch/x86/math-emu/fpu_etc.c 				c = SW_C0;
SW_C0             113 arch/x86/math-emu/fpu_etc.c 			c = SW_C2 | SW_C0;
SW_C0             862 arch/x86/math-emu/fpu_trig.c 					cc |= SW_C0;
SW_C0             177 arch/x86/math-emu/reg_compare.c 		f = SW_C3 | SW_C2 | SW_C0;
SW_C0             181 arch/x86/math-emu/reg_compare.c 			f = SW_C0;
SW_C0             190 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             195 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             212 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             221 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             227 arch/x86/math-emu/reg_compare.c 			f = SW_C0;
SW_C0             236 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             241 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             258 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             267 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             277 arch/x86/math-emu/reg_compare.c 			f = SW_C0;
SW_C0             286 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             291 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0              53 arch/x86/math-emu/status_w.h 	partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3);
SW_C0              54 arch/x86/math-emu/status_w.h 	partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3);