Home
last modified time | relevance | path

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

/external/qemu/
Ddef-helper.h108 #define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n) macro
158 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1)) \
168 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
169 dh_arg_decl(t2, 2)) \
180 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
181 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3)) \
193 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
194 dh_arg_decl(t2, 2), dh_arg_decl(t3, 3), dh_arg_decl(t4, 4)) \