Lines Matching refs:FUNC

809 #define DO_3SAME(INSN, FUNC)                                            \  argument
812 return do_3same(s, a, FUNC); \
849 #define DO_3SAME_NO_SZ_3(INSN, FUNC) \ argument
855 return do_3same(s, a, FUNC); \
897 #define WRAP_OOL_FN(WRAPNAME, FUNC) \ argument
901 tcg_gen_gvec_3_ool(rd_ofs, rn_ofs, rm_ofs, oprsz, maxsz, 0, FUNC); \
914 #define DO_VQRDMLAH(INSN, FUNC) \ argument
923 return do_3same(s, a, FUNC); \
929 #define DO_SHA1(NAME, FUNC) \ in DO_VQRDMLAH() argument
930 WRAP_OOL_FN(gen_##NAME##_3s, FUNC) \ in DO_VQRDMLAH()
944 #define DO_SHA2(NAME, FUNC) \ argument
945 WRAP_OOL_FN(gen_##NAME##_3s, FUNC) \
964 #define WRAP_ENV_FN(WRAPNAME, FUNC) \ argument
967 FUNC(d, tcg_env, n, m); \
970 #define DO_3SAME_VQDMULH(INSN, FUNC) \ argument
972 { return a->size >= 1 && a->size <= 2 && do_3same(s, a, FUNC); }
977 #define WRAP_FP_GVEC(WRAPNAME, FPST, FUNC) \ argument
984 oprsz, maxsz, 0, FUNC); \
1087 #define DO_2SH(INSN, FUNC) \ argument
1090 return do_vector_2sh(s, a, FUNC); \
1227 #define DO_2SN_64(INSN, FUNC, NARROWFUNC) \ argument
1230 return do_2shift_narrow_64(s, a, FUNC, NARROWFUNC); \
1232 #define DO_2SN_32(INSN, FUNC, NARROWFUNC) \ argument
1235 return do_2shift_narrow_32(s, a, FUNC, NARROWFUNC); \
1404 #define DO_FP_2SH(INSN, FUNC) \ argument
1407 return do_fp_2sh(s, a, FUNC); \
2157 #define DO_VMUL_F_2sc(NAME, FUNC) \ argument
2162 gen_helper_##FUNC##_h, \
2163 gen_helper_##FUNC##_s, \
2878 #define DO_VMOVN(INSN, FUNC) \ argument
2882 FUNC##8, \
2883 FUNC##16, \
2884 FUNC##32, \
3132 #define WRAP_2M_3_OOL_FN(WRAPNAME, FUNC, DATA) \ argument
3138 DATA, FUNC); \
3141 #define WRAP_2M_2_OOL_FN(WRAPNAME, FUNC, DATA) \ argument
3146 tcg_gen_gvec_2_ool(rd_ofs, rm_ofs, oprsz, maxsz, DATA, FUNC); \
3321 #define WRAP_1OP_ENV_FN(WRAPNAME, FUNC) \ argument
3324 FUNC(d, tcg_env, m); \