SW_C3             127 arch/x86/math-emu/errors.c 	if (partial_status & SW_C3)
SW_C3             157 arch/x86/math-emu/errors.c 	       partial_status & SW_C3 ? 1 : 0, partial_status & SW_C2 ? 1 : 0,	/* cc */
SW_C3             326 arch/x86/math-emu/fpu_entry.c 						setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             445 arch/x86/math-emu/fpu_entry.c 					setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3              42 arch/x86/math-emu/fpu_etc.c 		setcc(SW_C3);
SW_C3              61 arch/x86/math-emu/fpu_etc.c 					setcc(SW_C3);
SW_C3              67 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C3              77 arch/x86/math-emu/fpu_etc.c 			setcc(SW_C0 | SW_C2 | SW_C3);	/* Operand is not comparable */
SW_C3              83 arch/x86/math-emu/fpu_etc.c 		setcc(SW_C0 | SW_C2 | SW_C3);
SW_C3              94 arch/x86/math-emu/fpu_etc.c 		c = SW_C3 | SW_C0;
SW_C3              97 arch/x86/math-emu/fpu_etc.c 		c = SW_C3;
SW_C3             105 arch/x86/math-emu/fpu_etc.c 			c = SW_C2 | SW_C3;	/* Denormal */
SW_C3             865 arch/x86/math-emu/fpu_trig.c 					cc |= SW_C3;
SW_C3             178 arch/x86/math-emu/reg_compare.c 		f = SW_C3 | SW_C2 | SW_C0;
SW_C3             185 arch/x86/math-emu/reg_compare.c 			f = SW_C3;
SW_C3             191 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             197 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             213 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             222 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             231 arch/x86/math-emu/reg_compare.c 			f = SW_C3;
SW_C3             237 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             243 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             307 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             316 arch/x86/math-emu/reg_compare.c 		setcc(SW_C3 | SW_C2 | SW_C0);
SW_C3             329 arch/x86/math-emu/reg_compare.c 			f = SW_C3;
SW_C3             335 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3             340 arch/x86/math-emu/reg_compare.c 			f = SW_C3 | SW_C2 | SW_C0;
SW_C3              54 arch/x86/math-emu/status_w.h 	partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3);
SW_C3              55 arch/x86/math-emu/status_w.h 	partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3);