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

/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h145 /* Set up VEX_HOST_WORDSIZE and VEX_REGPARM. */
147 #undef VEX_REGPARM macro
152 # define VEX_REGPARM(_n) /* */ macro
156 # define VEX_REGPARM(_n) __attribute__((regparm(_n))) macro
160 # define VEX_REGPARM(_n) /* */ macro
164 # define VEX_REGPARM(_n) /* */ macro
168 # define VEX_REGPARM(_n) /* */ macro
172 # define VEX_REGPARM(_n) /* */ macro
176 # define VEX_REGPARM(_n) /* */ macro
180 # define VEX_REGPARM(_ macro
184 # define VEX_REGPARM macro
188 # define VEX_REGPARM macro
[all...]

Completed in 164 milliseconds