Home | History | Annotate | Download | only in qemu

Lines Matching refs:glue

21 #define HELPER(name) glue(helper_, name)
43 #define dh_alias(t) glue(dh_alias_, t)
58 /* We can't use glue() here because it falls foul of C preprocessor
64 #define dh_retvar_decl0(t) glue(dh_retvar_decl0_, dh_alias(t))
70 #define dh_retvar_decl(t) glue(dh_retvar_decl_, dh_alias(t))
76 #define dh_retvar(t) glue(dh_retvar_, dh_alias(t))
82 #define dh_is_64bit(t) glue(dh_is_64bit_, dh_alias(t))
105 args[n - 1] = glue(GET_TCGV_, dh_alias(t))(glue(arg, n)); \
108 #define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n)
150 static inline void glue(gen_helper_, name)(dh_retvar_decl0(ret)) \
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), \
180 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
193 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \