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