tag | line | file | source code |
SW_C3 | 132 | arch/i386/math-emu/errors.c | if ( partial_status & SW_C3 ) printk("SW: condition bit 3\n"); |
SW_C3 | 151 | arch/i386/math-emu/errors.c | partial_status & SW_C3?1:0, partial_status & SW_C2?1:0, /* cc */ |
SW_C3 | 390 | arch/i386/math-emu/fpu_entry.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C3 | 486 | arch/i386/math-emu/fpu_entry.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C3 | 48 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C3); |
SW_C3 | 62 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C3); |
SW_C3 | 70 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ |
SW_C3 | 80 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); |
SW_C3 | 84 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ |
SW_C3 | 96 | arch/i386/math-emu/fpu_etc.c | c = SW_C3|SW_C0; |
SW_C3 | 99 | arch/i386/math-emu/fpu_etc.c | c = SW_C3; |
SW_C3 | 104 | arch/i386/math-emu/fpu_etc.c | c = SW_C2|SW_C3; /* Denormal */ |
SW_C3 | 843 | arch/i386/math-emu/fpu_trig.c | if (q & 2) cc |= SW_C3; |
SW_C3 | 185 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C3 | 194 | arch/i386/math-emu/reg_compare.c | f = SW_C3; |
SW_C3 | 200 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C3 | 205 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C3 | 224 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C3 | 233 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C3 | 244 | arch/i386/math-emu/reg_compare.c | f = SW_C3; |
SW_C3 | 250 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C3 | 255 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C3 | 274 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C3 | 283 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C3 | 299 | arch/i386/math-emu/reg_compare.c | f = SW_C3; |
SW_C3 | 305 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C3 | 310 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C3 | 52 | arch/i386/math-emu/status_w.h | partial_status &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \ |
SW_C3 | 53 | arch/i386/math-emu/status_w.h | partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); }) |