SW_C3             126 arch/x86/math-emu/errors.c 	if (partial_status & SW_C3)
SW_C3             156 arch/x86/math-emu/errors.c 	       partial_status & SW_C3 ? 1 : 0, partial_status & SW_C2 ? 1 : 0,	/* cc */
SW_C3             367 arch/x86/math-emu/fpu_entry.c 						setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             486 arch/x86/math-emu/fpu_entry.c 					setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3              41 arch/x86/math-emu/fpu_etc.c 		setcc(SW_C3);
SW_C3              60 arch/x86/math-emu/fpu_etc.c 					setcc(SW_C3);
SW_C3              66 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C3              76 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C3              82 arch/x86/math-emu/fpu_etc.c 		setcc(SW_C0 | SW_C2 | SW_C3);
SW_C3              93 arch/x86/math-emu/fpu_etc.c 		c = SW_C3 | SW_C0;
SW_C3              96 arch/x86/math-emu/fpu_etc.c 		c = SW_C3;
SW_C3             104 arch/x86/math-emu/fpu_etc.c 			c = SW_C2 | SW_C3;	/* Denormal */
SW_C3             864 arch/x86/math-emu/fpu_trig.c 					cc |= SW_C3;
SW_C3             177 arch/x86/math-emu/reg_compare.c 		f = SW_C3 | SW_C2 | SW_C0;
SW_C3             184 arch/x86/math-emu/reg_compare.c 			f = SW_C3;
SW_C3             190 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             195 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             212 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             221 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             230 arch/x86/math-emu/reg_compare.c 			f = SW_C3;
SW_C3             236 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             241 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             258 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             267 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             280 arch/x86/math-emu/reg_compare.c 			f = SW_C3;
SW_C3             286 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             291 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3              53 arch/x86/math-emu/status_w.h 	partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3);
SW_C3              54 arch/x86/math-emu/status_w.h 	partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3);