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

/external/qemu/include/exec/
H A Ddef-helper.h115 #define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n) macro
173 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1)) \
183 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
184 dh_arg_decl(t2, 2)) \
195 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
196 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3)) \
208 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
209 dh_arg_decl(t2, 2), dh_arg_decl(t
[all...]

Completed in 242 milliseconds