Searched defs:vecop_list (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 143 static const TCGOpcode vecop_list[] = { in gen_gvec_ssra() local 219 static const TCGOpcode vecop_list[] = { in gen_gvec_usra() local 330 static const TCGOpcode vecop_list[] = { in gen_gvec_srshr() local 417 static const TCGOpcode vecop_list[] = { in gen_gvec_srsra() local 524 static const TCGOpcode vecop_list[] = { in gen_gvec_urshr() local 630 static const TCGOpcode vecop_list[] = { in gen_gvec_ursra() local 716 static const TCGOpcode vecop_list[] = { INDEX_op_shri_vec, 0 }; in gen_gvec_sri() local 803 static const TCGOpcode vecop_list[] = { INDEX_op_shli_vec, 0 }; in gen_gvec_sli() local 909 static const TCGOpcode vecop_list[] = { in gen_gvec_mla() local 941 static const TCGOpcode vecop_list[] = { in gen_gvec_mls() local [all …]
|
H A D | gengvec64.c | 40 static const TCGOpcode vecop_list[] = { INDEX_op_rotli_vec, 0 }; in gen_gvec_rax1() local 246 static const TCGOpcode vecop_list[] = { in gen_gvec_suqadd_qc() local 339 static const TCGOpcode vecop_list[] = { in gen_gvec_usqadd_qc() local
|
H A D | translate-sve.c | 3300 static const TCGOpcode vecop_list[] = { INDEX_op_sub_vec, 0 }; in trans_SUBR_zzi() local
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 2215 static const TCGOpcode vecop_list[] = { INDEX_op_ssadd_vec, 0 }; in tcg_gen_gvec_ssadd() local 2241 static const TCGOpcode vecop_list[] = { INDEX_op_sssub_vec, 0 }; in tcg_gen_gvec_sssub() local 2281 static const TCGOpcode vecop_list[] = { INDEX_op_usadd_vec, 0 }; in tcg_gen_gvec_usadd() local 2323 static const TCGOpcode vecop_list[] = { INDEX_op_ussub_vec, 0 }; in tcg_gen_gvec_ussub() local 2351 static const TCGOpcode vecop_list[] = { INDEX_op_smin_vec, 0 }; in tcg_gen_gvec_smin() local 2379 static const TCGOpcode vecop_list[] = { INDEX_op_umin_vec, 0 }; in tcg_gen_gvec_umin() local 2407 static const TCGOpcode vecop_list[] = { INDEX_op_smax_vec, 0 }; in tcg_gen_gvec_smax() local 2435 static const TCGOpcode vecop_list[] = { INDEX_op_umax_vec, 0 }; in tcg_gen_gvec_umax() local 2505 static const TCGOpcode vecop_list[] = { INDEX_op_neg_vec, 0 }; in tcg_gen_gvec_neg() local 2569 static const TCGOpcode vecop_list[] = { INDEX_op_abs_vec, 0 }; in tcg_gen_gvec_abs() local [all …]
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 481 const TCGOpcode *vecop_list; member
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 952 static const TCGOpcode vecop_list[] = { in gen_op_fchksm16() local 980 static const TCGOpcode vecop_list[] = { in gen_op_fmean16() local
|