Searched refs:gen_helper_gvec_3_ptr (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 28 gen_helper_gvec_3_ptr *fn) in gen_gvec_fn3_qc() 41 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqdmulh_qc() 51 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmulh_qc() 61 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmlah_qc() 71 static gen_helper_gvec_3_ptr * const fns[2] = { in gen_gvec_sqrdmlsh_qc() 1271 static gen_helper_gvec_3_ptr * const fns[] = { in gen_neon_sqshl() 1283 static gen_helper_gvec_3_ptr * const fns[] = { in gen_neon_uqshl() 1295 static gen_helper_gvec_3_ptr * const fns[] = { in gen_neon_sqrshl() 1307 static gen_helper_gvec_3_ptr * const fns[] = { in gen_neon_uqrshl()
|
H A D | translate-a64.c | 718 gen_helper_gvec_3_ptr *fn) in gen_gvec_op3_fpst() 5399 gen_helper_gvec_3_ptr * const fns[3]) in TRANS() 5426 static gen_helper_gvec_3_ptr * const f_vector_fadd[3] = { 5433 static gen_helper_gvec_3_ptr * const f_vector_fsub[3] = { 5440 static gen_helper_gvec_3_ptr * const f_vector_fdiv[3] = { 5447 static gen_helper_gvec_3_ptr * const f_vector_fmul[3] = { 5454 static gen_helper_gvec_3_ptr * const f_vector_fmax[3] = { 5461 static gen_helper_gvec_3_ptr * const f_vector_fmin[3] = { 5468 static gen_helper_gvec_3_ptr * const f_vector_fmaxnm[3] = { 5475 static gen_helper_gvec_3_ptr * const f_vector_fminnm[3] = { [all …]
|
H A D | translate-sve.c | 171 static bool gen_gvec_fpst_zzz(DisasContext *s, gen_helper_gvec_3_ptr *fn, in gen_gvec_fpst_zzz() 190 static bool gen_gvec_fpst_arg_zzz(DisasContext *s, gen_helper_gvec_3_ptr *fn, in gen_gvec_fpst_arg_zzz() 325 static bool gen_gvec_fpst_zzp(DisasContext *s, gen_helper_gvec_3_ptr *fn, in gen_gvec_fpst_zzp() 344 static bool gen_gvec_fpst_arg_zpz(DisasContext *s, gen_helper_gvec_3_ptr *fn, in gen_gvec_fpst_arg_zpz() 3542 static gen_helper_gvec_3_ptr * const fmul_idx_fns[4] = { 3625 gen_helper_gvec_3_ptr *fn) in do_ppz_fp() 3644 static gen_helper_gvec_3_ptr * const name##_fns[] = { \ 3663 static gen_helper_gvec_3_ptr * const ftmad_fns[4] = { 3716 static gen_helper_gvec_3_ptr * const name##_fns[4] = { \ 3730 static gen_helper_gvec_3_ptr * const ftsmul_fns[4] = { [all …]
|
H A D | translate-neon.c | 235 gen_helper_gvec_3_ptr *fn_gvec_ptr; in trans_VCADD() 2113 gen_helper_gvec_3_ptr *fn) in do_2scalar_fp_vec() 2160 static gen_helper_gvec_3_ptr * const opfn[] = { \
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 61 typedef void gen_helper_gvec_3_ptr(TCGv_ptr, TCGv_ptr, TCGv_ptr, typedef 65 int32_t data, gen_helper_gvec_3_ptr *fn);
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 2531 gen_helper_gvec_3_ptr *fn, 2556 static gen_helper_gvec_3_ptr * const fns[3] = { \ 2667 static gen_helper_gvec_3_ptr * const fns[3] = { \ 2714 static gen_helper_gvec_3_ptr * const fns[2] = { \ 2761 static gen_helper_gvec_3_ptr * const fns[3] = { \ 2826 static gen_helper_gvec_3_ptr * const fns[2] = { \ 2871 static gen_helper_gvec_3_ptr * const fns[3] = { \ 3060 gen_helper_gvec_3_ptr *fn = gen_helper_##NAME; \ 3103 static gen_helper_gvec_3_ptr * const fns[4] = { 3610 gen_helper_gvec_3_ptr *fn; [all …]
|
H A D | trans_rvvk.c.inc | 161 static gen_helper_gvec_3_ptr *const fns[4] = { \
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 877 static gen_helper_gvec_3_ptr * const vpks_cc[3] = { 887 static gen_helper_gvec_3_ptr * const vpkls_cc[3] = { 2496 static gen_helper_gvec_3_ptr * const g_cc[3] = { 2526 static gen_helper_gvec_3_ptr * const g_cc[3] = { 2557 static gen_helper_gvec_3_ptr * const g_cc[3] = { 2694 gen_helper_gvec_3_ptr *fn = NULL; 2837 gen_helper_gvec_3_ptr *fn = NULL; 3048 gen_helper_gvec_3_ptr *fn;
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 78 gen_helper_gvec_3_ptr *fn) 92 gen_helper_gvec_3_ptr *fn) 98 gen_helper_gvec_3_ptr *fn)
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 269 int32_t data, gen_helper_gvec_3_ptr *fn) in tcg_gen_gvec_3_ptr()
|