SW_C2 129 arch/x86/math-emu/errors.c if (partial_status & SW_C2) SW_C2 157 arch/x86/math-emu/errors.c partial_status & SW_C3 ? 1 : 0, partial_status & SW_C2 ? 1 : 0, /* cc */ SW_C2 326 arch/x86/math-emu/fpu_entry.c setcc(SW_C3 | SW_C2 | SW_C0); SW_C2 445 arch/x86/math-emu/fpu_entry.c setcc(SW_C3 | SW_C2 | SW_C0); SW_C2 67 arch/x86/math-emu/fpu_etc.c setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ SW_C2 77 arch/x86/math-emu/fpu_etc.c setcc(SW_C0 | SW_C2 | SW_C3); /* Operand is not comparable */ SW_C2 83 arch/x86/math-emu/fpu_etc.c setcc(SW_C0 | SW_C2 | SW_C3); SW_C2 100 arch/x86/math-emu/fpu_etc.c c = SW_C2; SW_C2 105 arch/x86/math-emu/fpu_etc.c c = SW_C2 | SW_C3; /* Denormal */ SW_C2 114 arch/x86/math-emu/fpu_etc.c c = SW_C2 | SW_C0; SW_C2 43 arch/x86/math-emu/fpu_trig.c partial_status |= SW_C2; /* Reduction incomplete. */ SW_C2 146 arch/x86/math-emu/fpu_trig.c partial_status = saved_status & ~SW_C2; /* Reduction complete. */ SW_C2 919 arch/x86/math-emu/fpu_trig.c setcc(SW_C2); SW_C2 925 arch/x86/math-emu/fpu_trig.c cc = SW_C2; SW_C2 178 arch/x86/math-emu/reg_compare.c f = SW_C3 | SW_C2 | SW_C0; SW_C2 191 arch/x86/math-emu/reg_compare.c f = SW_C3 | SW_C2 | SW_C0; SW_C2 197 arch/x86/math-emu/reg_compare.c f = SW_C3 | SW_C2 | SW_C0; SW_C2 213 arch/x86/math-emu/reg_compare.c setcc(SW_C3 | SW_C2 | SW_C0); SW_C2 222 arch/x86/math-emu/reg_compare.c setcc(SW_C3 | SW_C2 | SW_C0); SW_C2 237 arch/x86/math-emu/reg_compare.c f = SW_C3 | SW_C2 | SW_C0; SW_C2 243 arch/x86/math-emu/reg_compare.c f = SW_C3 | SW_C2 | SW_C0; SW_C2 307 arch/x86/math-emu/reg_compare.c setcc(SW_C3 | SW_C2 | SW_C0); SW_C2 316 arch/x86/math-emu/reg_compare.c setcc(SW_C3 | SW_C2 | SW_C0); SW_C2 335 arch/x86/math-emu/reg_compare.c f = SW_C3 | SW_C2 | SW_C0; SW_C2 340 arch/x86/math-emu/reg_compare.c f = SW_C3 | SW_C2 | SW_C0; SW_C2 54 arch/x86/math-emu/status_w.h partial_status &= ~(SW_C0 | SW_C1 | SW_C2 | SW_C3); SW_C2 55 arch/x86/math-emu/status_w.h partial_status |= (cc) & (SW_C0 | SW_C1 | SW_C2 | SW_C3);