Lines Matching refs:__DECL_REG
100 #define __DECL_REG(name) union { \ macro
106 #define __DECL_REG(name) uint64_t r ## name macro
114 __DECL_REG(bp);
115 __DECL_REG(bx);
120 __DECL_REG(ax);
121 __DECL_REG(cx);
122 __DECL_REG(dx);
123 __DECL_REG(si);
124 __DECL_REG(di);
127 __DECL_REG(ip);
131 __DECL_REG(flags); /* rflags.IF == !saved_upcall_mask */
132 __DECL_REG(sp);
141 #undef __DECL_REG