taglinefilesource code
SW_C174kernel/FPU-emu/errors.cif ( status_word & SW_C1 ) printk("SW: condition bit 1\n");
SW_C1102kernel/FPU-emu/errors.cstatus_word & SW_C1?1:0, status_word & SW_C0?1:0, /* cc */
SW_C1238kernel/FPU-emu/errors.cstatus_word &= ~SW_C1;
SW_C119kernel/FPU-emu/exception.h#ifndef SW_C1
SW_C121kernel/FPU-emu/exception.h#endif SW_C1
SW_C127kernel/FPU-emu/exception.h#define EX_StackOver  Const_(0x0041|SW_C1)  /* stack overflow */
SW_C124kernel/FPU-emu/fpu_etc.cstatus_word &= ~SW_C1;
SW_C135kernel/FPU-emu/fpu_etc.cstatus_word &= ~SW_C1;
SW_C1103kernel/FPU-emu/fpu_etc.cc |= SW_C1;
SW_C1489kernel/FPU-emu/fpu_trig.cif (q&2) c |= SW_C1;
SW_C165kernel/FPU-emu/reg_constant.cstatus_word &= ~SW_C1;
SW_C146kernel/FPU-emu/status_w.hstatus_word &= ~(SW_C0|SW_C1|SW_C2|SW_C3); \
SW_C147kernel/FPU-emu/status_w.hstatus_word |= (cc) & (SW_C0|SW_C1|SW_C2|SW_C3); })