tag | line | file | source code |
SW_C1 | 134 | drivers/FPU-emu/errors.c | if ( partial_status & SW_C1 ) printk("SW: condition bit 1\n"); |
SW_C1 | 152 | drivers/FPU-emu/errors.c | partial_status & SW_C1?1:0, partial_status & SW_C0?1:0, /* cc */ |
SW_C1 | 326 | drivers/FPU-emu/errors.c | if ( !(n & SW_C1) ) |
SW_C1 | 329 | drivers/FPU-emu/errors.c | partial_status &= ~SW_C1; |
SW_C1 | 491 | drivers/FPU-emu/errors.c | partial_status &= ~(SW_C1 & flags); |
SW_C1 | 507 | drivers/FPU-emu/errors.c | partial_status |= (SW_Precision | SW_C1); /* The masked response */ |
SW_C1 | 509 | drivers/FPU-emu/errors.c | exception(EX_Precision | SW_C1); |
SW_C1 | 519 | drivers/FPU-emu/errors.c | partial_status &= ~SW_C1; |
SW_C1 | 567 | drivers/FPU-emu/errors.c | EXCEPTION(EX_Precision | SW_C1); |
SW_C1 | 585 | drivers/FPU-emu/errors.c | partial_status &= ~SW_C1; /* Round down. */ |
SW_C1 | 19 | drivers/FPU-emu/exception.h | #ifndef SW_C1 |
SW_C1 | 21 | drivers/FPU-emu/exception.h | #endif SW_C1 |
SW_C1 | 27 | drivers/FPU-emu/exception.h | #define EX_StackOver Const_(0x0041|SW_C1) /* stack overflow */ |
SW_C1 | 38 | drivers/FPU-emu/exception.h | #define PRECISION_LOST_UP Const_((EX_Precision | SW_C1)) |
SW_C1 | 116 | drivers/FPU-emu/fpu_etc.c | c |= SW_C1; |
SW_C1 | 844 | drivers/FPU-emu/fpu_trig.c | if (q & 1) cc |= SW_C1; |
SW_C1 | 52 | drivers/FPU-emu/status_w.h | partial_status &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \ |
SW_C1 | 53 | drivers/FPU-emu/status_w.h | partial_status |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); }) |
SW_C1 | 58 | drivers/FPU-emu/status_w.h | # define clear_C1() { partial_status &= ~SW_C1; } |