OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dh_arg_decl
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
def-helper.h
88
#define
dh_arg_decl
(t, n) glue(TCGv_, dh_alias(t)) glue(arg, n)
macro
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))
[
all
...]
Completed in 48 milliseconds