taglinefilesource code
Const__19kernel/FPU-emu/status_w.h#define SW_B    Const__(0x8000)  /* backward compatibility (=ES) */
Const__20kernel/FPU-emu/status_w.h#define SW_C3    Const__(0x4000)  /* condition bit 3 */
Const__21kernel/FPU-emu/status_w.h#define SW_TOP    Const__(0x3800)  /* top of stack */
Const__22kernel/FPU-emu/status_w.h#define SW_TOPS   Const__(11)  /* shift for top of stack bits */
Const__23kernel/FPU-emu/status_w.h#define SW_C2    Const__(0x0400)  /* condition bit 2 */
Const__24kernel/FPU-emu/status_w.h#define SW_C1    Const__(0x0200)  /* condition bit 1 */
Const__25kernel/FPU-emu/status_w.h#define SW_C0    Const__(0x0100)  /* condition bit 0 */
Const__26kernel/FPU-emu/status_w.h#define SW_ES    Const__(0x0080)  /* exception summary */
Const__27kernel/FPU-emu/status_w.h#define SW_SF    Const__(0x0040)  /* stack fault */
Const__28kernel/FPU-emu/status_w.h#define SW_PE    Const__(0x0020)  /* loss of precision */
Const__29kernel/FPU-emu/status_w.h#define SW_UE    Const__(0x0010)  /* underflow */
Const__30kernel/FPU-emu/status_w.h#define SW_OE    Const__(0x0008)  /* overflow */
Const__31kernel/FPU-emu/status_w.h#define SW_ZE    Const__(0x0004)  /* divide by zero */
Const__32kernel/FPU-emu/status_w.h#define SW_DE    Const__(0x0002)  /* denormalized operand */
Const__33kernel/FPU-emu/status_w.h#define SW_IE    Const__(0x0001)  /* invalid operation */