tag | line | file | source code |
Const__ | 21 | arch/i386/math-emu/status_w.h | #define SW_Backward Const__(0x8000) /* backward compatibility */ |
Const__ | 22 | arch/i386/math-emu/status_w.h | #define SW_C3 Const__(0x4000) /* condition bit 3 */ |
Const__ | 23 | arch/i386/math-emu/status_w.h | #define SW_Top Const__(0x3800) /* top of stack */ |
Const__ | 24 | arch/i386/math-emu/status_w.h | #define SW_Top_Shift Const__(11) /* shift for top of stack bits */ |
Const__ | 25 | arch/i386/math-emu/status_w.h | #define SW_C2 Const__(0x0400) /* condition bit 2 */ |
Const__ | 26 | arch/i386/math-emu/status_w.h | #define SW_C1 Const__(0x0200) /* condition bit 1 */ |
Const__ | 27 | arch/i386/math-emu/status_w.h | #define SW_C0 Const__(0x0100) /* condition bit 0 */ |
Const__ | 28 | arch/i386/math-emu/status_w.h | #define SW_Summary Const__(0x0080) /* exception summary */ |
Const__ | 29 | arch/i386/math-emu/status_w.h | #define SW_Stack_Fault Const__(0x0040) /* stack fault */ |
Const__ | 30 | arch/i386/math-emu/status_w.h | #define SW_Precision Const__(0x0020) /* loss of precision */ |
Const__ | 31 | arch/i386/math-emu/status_w.h | #define SW_Underflow Const__(0x0010) /* underflow */ |
Const__ | 32 | arch/i386/math-emu/status_w.h | #define SW_Overflow Const__(0x0008) /* overflow */ |
Const__ | 33 | arch/i386/math-emu/status_w.h | #define SW_Zero_Div Const__(0x0004) /* divide by zero */ |
Const__ | 34 | arch/i386/math-emu/status_w.h | #define SW_Denorm_Op Const__(0x0002) /* denormalized operand */ |
Const__ | 35 | arch/i386/math-emu/status_w.h | #define SW_Invalid Const__(0x0001) /* invalid operation */ |
Const__ | 37 | arch/i386/math-emu/status_w.h | #define SW_Exc_Mask Const__(0x27f) /* Status word exception bit mask */ |