tag | line | file | source code |
SW_C0 | 135 | arch/i386/math-emu/errors.c | if ( partial_status & SW_C0 ) printk("SW: condition bit 0\n"); |
SW_C0 | 152 | arch/i386/math-emu/errors.c | partial_status & SW_C1?1:0, partial_status & SW_C0?1:0, /* cc */ |
SW_C0 | 390 | arch/i386/math-emu/fpu_entry.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C0 | 486 | arch/i386/math-emu/fpu_entry.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C0 | 54 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0); |
SW_C0 | 70 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ |
SW_C0 | 77 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0); |
SW_C0 | 80 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); |
SW_C0 | 84 | arch/i386/math-emu/fpu_etc.c | setcc(SW_C0|SW_C2|SW_C3); /* Operand is not comparable */ |
SW_C0 | 96 | arch/i386/math-emu/fpu_etc.c | c = SW_C3|SW_C0; |
SW_C0 | 109 | arch/i386/math-emu/fpu_etc.c | c = SW_C0; |
SW_C0 | 112 | arch/i386/math-emu/fpu_etc.c | c = SW_C2|SW_C0; |
SW_C0 | 842 | arch/i386/math-emu/fpu_trig.c | if (q & 4) cc |= SW_C0; |
SW_C0 | 185 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C0 | 191 | arch/i386/math-emu/reg_compare.c | f = SW_C0; |
SW_C0 | 200 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C0 | 205 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C0 | 224 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C0 | 233 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C0 | 241 | arch/i386/math-emu/reg_compare.c | f = SW_C0; |
SW_C0 | 250 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C0 | 255 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C0 | 274 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C0 | 283 | arch/i386/math-emu/reg_compare.c | setcc(SW_C3 | SW_C2 | SW_C0); |
SW_C0 | 296 | arch/i386/math-emu/reg_compare.c | f = SW_C0; |
SW_C0 | 305 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C0 | 310 | arch/i386/math-emu/reg_compare.c | f = SW_C3 | SW_C2 | SW_C0; |
SW_C0 | 52 | arch/i386/math-emu/status_w.h | partial_status &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \ |
SW_C0 | 53 | arch/i386/math-emu/status_w.h | partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); }) |