SW_C0             133 arch/x86/math-emu/errors.c 	if (partial_status & SW_C0)
SW_C0             158 arch/x86/math-emu/errors.c 	       partial_status & SW_C1 ? 1 : 0, partial_status & SW_C0 ? 1 : 0,	/* cc */
SW_C0             326 arch/x86/math-emu/fpu_entry.c 						setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             445 arch/x86/math-emu/fpu_entry.c 					setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0              48 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0);
SW_C0              56 arch/x86/math-emu/fpu_etc.c 				setcc(SW_C0);
SW_C0              67 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C0              74 arch/x86/math-emu/fpu_etc.c 				setcc(SW_C0);
SW_C0              77 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C0              83 arch/x86/math-emu/fpu_etc.c 		setcc(SW_C0 | SW_C2 | SW_C3);
SW_C0              94 arch/x86/math-emu/fpu_etc.c 		c = SW_C3 | SW_C0;
SW_C0             111 arch/x86/math-emu/fpu_etc.c 				c = SW_C0;
SW_C0             114 arch/x86/math-emu/fpu_etc.c 			c = SW_C2 | SW_C0;
SW_C0             863 arch/x86/math-emu/fpu_trig.c 					cc |= SW_C0;
SW_C0             178 arch/x86/math-emu/reg_compare.c 		f = SW_C3 | SW_C2 | SW_C0;
SW_C0             182 arch/x86/math-emu/reg_compare.c 			f = SW_C0;
SW_C0             191 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             197 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             213 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             222 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             228 arch/x86/math-emu/reg_compare.c 			f = SW_C0;
SW_C0             237 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             243 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             265 arch/x86/math-emu/reg_compare.c 	partial_status &= ~SW_C0;
SW_C0             307 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             316 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C0             326 arch/x86/math-emu/reg_compare.c 			f = SW_C0;
SW_C0             335 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             340 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C0             363 arch/x86/math-emu/reg_compare.c 	partial_status &= ~SW_C0;
SW_C0              54 arch/x86/math-emu/status_w.h 	partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3);
SW_C0              55 arch/x86/math-emu/status_w.h 	partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3);