Searched refs:gen_helper_gvec_4_ptr (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-gvec-common.h | 67 typedef void gen_helper_gvec_4_ptr(TCGv_ptr, TCGv_ptr, TCGv_ptr, typedef 72 gen_helper_gvec_4_ptr *fn);
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 1195 gen_helper_gvec_4_ptr *fn) 1221 static gen_helper_gvec_4_ptr * const fns[4] = { \ 1479 gen_helper_gvec_4_ptr *fn, 1504 static gen_helper_gvec_4_ptr * const fns[3] = { \ 1553 gen_helper_gvec_4_ptr *fn) 1576 static gen_helper_gvec_4_ptr * const fns[3] = { \ 1623 gen_helper_gvec_4_ptr *fn, DisasContext *s) 1645 static gen_helper_gvec_4_ptr * const fns[4] = { \ 1809 static gen_helper_gvec_4_ptr * const fns[3] = { \ 2236 static gen_helper_gvec_4_ptr * const fns[3] = { \ [all …]
|
H A D | trans_rvvk.c.inc | 88 static gen_helper_gvec_4_ptr *const fns[4] = { \
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 228 static bool gen_gvec_ptr_zzzz(DisasContext *s, gen_helper_gvec_4_ptr *fn, in gen_gvec_ptr_zzzz() 246 static bool gen_gvec_fpst_zzzz(DisasContext *s, gen_helper_gvec_4_ptr *fn, in gen_gvec_fpst_zzzz() 255 static bool gen_gvec_env_zzzz(DisasContext *s, gen_helper_gvec_4_ptr *fn, in gen_gvec_env_zzzz() 262 static bool gen_gvec_env_arg_zzzz(DisasContext *s, gen_helper_gvec_4_ptr *fn, in gen_gvec_env_arg_zzzz() 268 static bool gen_gvec_env_arg_zzxz(DisasContext *s, gen_helper_gvec_4_ptr *fn, in gen_gvec_env_arg_zzxz() 376 static bool gen_gvec_fpst_zzzp(DisasContext *s, gen_helper_gvec_4_ptr *fn, in gen_gvec_fpst_zzzp() 396 static bool gen_gvec_fpst_arg_zpzz(DisasContext *s, gen_helper_gvec_4_ptr *fn, in gen_gvec_fpst_arg_zpzz() 3524 static gen_helper_gvec_4_ptr * const fns[4] = { in TRANS_FEAT() 3742 static gen_helper_gvec_4_ptr * const name##_zpzz_fns[4] = { \ 3822 gen_helper_gvec_4_ptr *fn) in DO_FP_IMM() [all …]
|
H A D | translate-a64.c | 744 gen_helper_gvec_4_ptr *fn) in gen_gvec_op4_env() 760 gen_helper_gvec_4_ptr *fn) in gen_gvec_op4_fpst() 5711 gen_helper_gvec_4_ptr *fn) in do_dot_vector_env() 5751 gen_helper_gvec_4_ptr *fn; in trans_FCMLA_v() 6360 static gen_helper_gvec_4_ptr * const fns[3] = { in TRANS() 6497 gen_helper_gvec_4_ptr *fn) in do_dot_vector_idx_env() 6530 gen_helper_gvec_4_ptr *fn; in trans_FCMLA_vi()
|
H A D | translate-neon.c | 152 int data, gen_helper_gvec_4_ptr *fn_gvec) in do_neon_ddda_env() 184 gen_helper_gvec_4_ptr *fn_gvec_ptr) in do_neon_ddda_fpst()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 2624 static gen_helper_gvec_4_ptr * const g_cc[3] = { 2629 static gen_helper_gvec_4_ptr * const g_cc_rt[3] = { 3091 gen_helper_gvec_4_ptr *fn = NULL;
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_vec.c.inc | 23 gen_helper_gvec_4_ptr *fn) 39 gen_helper_gvec_4_ptr *fn) 45 gen_helper_gvec_4_ptr *fn)
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 294 gen_helper_gvec_4_ptr *fn) in tcg_gen_gvec_4_ptr()
|