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

/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h172 Also set up VEX_REGPARM.
176 #undef VEX_REGPARM macro
181 # define VEX_REGPARM(_n) /* */ macro
185 # define VEX_REGPARM(_n) __attribute__((regparm(_n))) macro
189 # define VEX_REGPARM(_n) /* */ macro
193 # define VEX_REGPARM(_n) /* */ macro
197 # define VEX_REGPARM(_n) /* */ macro
201 # define VEX_REGPARM(_n) /* */ macro
205 # define VEX_REGPARM(_n) /* */ macro
209 # define VEX_REGPARM(_ macro
213 # define VEX_REGPARM macro
[all...]

Completed in 2059 milliseconds