Lines Matching refs:Const__
16 #define Const__(x) $##x
18 #define Const__(x) x macro
21 #define SW_Backward Const__(0x8000) /* backward compatibility */
22 #define SW_C3 Const__(0x4000) /* condition bit 3 */
23 #define SW_Top Const__(0x3800) /* top of stack */
24 #define SW_Top_Shift Const__(11) /* shift for top of stack bits */
25 #define SW_C2 Const__(0x0400) /* condition bit 2 */
26 #define SW_C1 Const__(0x0200) /* condition bit 1 */
27 #define SW_C0 Const__(0x0100) /* condition bit 0 */
28 #define SW_Summary Const__(0x0080) /* exception summary */
29 #define SW_Stack_Fault Const__(0x0040) /* stack fault */
30 #define SW_Precision Const__(0x0020) /* loss of precision */
31 #define SW_Underflow Const__(0x0010) /* underflow */
32 #define SW_Overflow Const__(0x0008) /* overflow */
33 #define SW_Zero_Div Const__(0x0004) /* divide by zero */
34 #define SW_Denorm_Op Const__(0x0002) /* denormalized operand */
35 #define SW_Invalid Const__(0x0001) /* invalid operation */
37 #define SW_Exc_Mask Const__(0x27f) /* Status word exception bit mask */