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

/vbox/src/recompiler/
H A Ddef-helper.h126 #define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n) macro
176 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1)) \
186 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
187 dh_arg_decl(t2, 2)) \
198 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
199 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3)) \
211 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
212 dh_arg_decl(t2, 2), dh_arg_decl(t
[all...]

Completed in 54 milliseconds