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))
85 args[n - 1] = glue(GET_TCGV_, dh_alias(t))(glue(arg, n)); \
88 #define dh_arg_decl(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n)
130 static inline void glue(gen_helper_, name)(dh_retvar_decl0(ret)) \
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), \
160 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \
173 static inline void glue(gen_helper_, name)(dh_retvar_decl(ret) dh_arg_decl(t1, 1), \