Home
last modified time | relevance | path

Searched refs:Const__ (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/math-emu/
H A Dstatus_w.h17 #define Const__(x) $##x macro
19 #define Const__(x) x macro
23 #define SW_C3 Const__(0x4000) /* condition bit 3 */
24 #define SW_Top Const__(0x3800) /* top of stack */
26 #define SW_C2 Const__(0x0400) /* condition bit 2 */
27 #define SW_C1 Const__(0x0200) /* condition bit 1 */
28 #define SW_C0 Const__(0x0100) /* condition bit 0 */
30 #define SW_Stack_Fault Const__(0x0040) /* stack fault */
32 #define SW_Underflow Const__(0x0010) /* underflow */
33 #define SW_Overflow Const__(0x0008) /* overflow */
[all …]