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