tag | line | file | source code |
SW_C2 | 133 | arch/i386/math-emu/errors.c | if ( partial_status & SW_C2 ) printk("SW: condition bit 2\n"); |
SW_C2 | 151 | arch/i386/math-emu/errors.c | partial_status & SW_C3?1:0, partial_status & SW_C2?1:0, /* cc */ |
SW_C2 | 390 | arch/i386/math-emu/fpu_entry.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C2 | 486 | arch/i386/math-emu/fpu_entry.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C2 | 70 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ |
SW_C2 | 80 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); |
SW_C2 | 84 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ |
SW_C2 | 104 | arch/i386/math-emu/fpu_etc.c | c = SW_C2|SW_C3; /* Denormal */ |
SW_C2 | 106 | arch/i386/math-emu/fpu_etc.c | c = SW_C2; |
SW_C2 | 112 | arch/i386/math-emu/fpu_etc.c | c = SW_C2|SW_C0; |
SW_C2 | 46 | arch/i386/math-emu/fpu_trig.c | partial_status |= SW_C2; /* Reduction incomplete. */ |
SW_C2 | 145 | arch/i386/math-emu/fpu_trig.c | partial_status = saved_status & ~SW_C2; /* Reduction complete. */ |
SW_C2 | 894 | arch/i386/math-emu/fpu_trig.c | setcc(SW_C2); |
SW_C2 | 900 | arch/i386/math-emu/fpu_trig.c | cc = SW_C2; |
SW_C2 | 185 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C2 | 200 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C2 | 205 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C2 | 224 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C2 | 233 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C2 | 250 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C2 | 255 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C2 | 274 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C2 | 283 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C2 | 305 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C2 | 310 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C2 | 52 | arch/i386/math-emu/status_w.h | partial_status &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \ |
SW_C2 | 53 | arch/i386/math-emu/status_w.h | partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); }) |