Lines Matching full:dh_arg_decl
88 #define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n)
138 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1)) \
148 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
149 dh_arg_decl(t2, 2)) \
160 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
161 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3)) \
173 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
174 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3), dh_arg_decl(t4, 4)) \