Lines Matching full:helper
3 * Helper file for declaring TCG helper functions.
4 * This one expands prototypes for the helper functions.
8 #include "exec/helper-head.h.inc"
24 dh_ctype(ret) HELPER(name) (void) DEF_HELPER_ATTR;
27 dh_ctype(ret) HELPER(name) (dh_ctype(t1)) DEF_HELPER_ATTR;
30 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2)) DEF_HELPER_ATTR;
33 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), \
37 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
41 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
45 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \
50 dh_ctype(ret) HELPER(name) (dh_ctype(t1), dh_ctype(t2), dh_ctype(t3), \