Searched defs:__DECL_REG (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h147 #define __DECL_REG(name) union { \ macro
153 #define __DECL_REG(name) uint64_t r ## name macro
161 __DECL_REG(bp);
162 __DECL_REG(bx);
167 __DECL_REG(ax);
168 __DECL_REG(cx);
169 __DECL_REG(dx);
170 __DECL_REG(si);
171 __DECL_REG(di);
174 __DECL_REG(i
189 #undef __DECL_REG macro
[all...]

Completed in 275 milliseconds