| tag | line | file | source code |
| SW_C1 | 74 | kernel/FPU-emu/errors.c | if ( status_word & SW_C1 ) printk("SW: condition bit 1\n"); |
| SW_C1 | 102 | kernel/FPU-emu/errors.c | status_word & SW_C1?1:0, status_word & SW_C0?1:0, /* cc */ |
| SW_C1 | 238 | kernel/FPU-emu/errors.c | status_word &= ~SW_C1; |
| SW_C1 | 19 | kernel/FPU-emu/exception.h | #ifndef SW_C1 |
| SW_C1 | 21 | kernel/FPU-emu/exception.h | #endif SW_C1 |
| SW_C1 | 27 | kernel/FPU-emu/exception.h | #define EX_StackOver Const_(0x0041|SW_C1) /* stack overflow */ |
| SW_C1 | 24 | kernel/FPU-emu/fpu_etc.c | status_word &= ~SW_C1; |
| SW_C1 | 35 | kernel/FPU-emu/fpu_etc.c | status_word &= ~SW_C1; |
| SW_C1 | 103 | kernel/FPU-emu/fpu_etc.c | c |= SW_C1; |
| SW_C1 | 489 | kernel/FPU-emu/fpu_trig.c | if (q&2) c |= SW_C1; |
| SW_C1 | 65 | kernel/FPU-emu/reg_constant.c | status_word &= ~SW_C1; |
| SW_C1 | 46 | kernel/FPU-emu/status_w.h | status_word &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \ |
| SW_C1 | 47 | kernel/FPU-emu/status_w.h | status_word |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); }) |