Lines Matching refs:TCGOpcode

31 static const TCGOpcode vecop_list_empty[1] = { 0 };
449 static TCGType choose_vector_type(const TCGOpcode *list, unsigned vece, in choose_vector_type()
1202 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_2()
1203 const TCGOpcode *hold_list = tcg_swap_vecop_list(this_list); in tcg_gen_gvec_2()
1266 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_2i()
1267 const TCGOpcode *hold_list = tcg_swap_vecop_list(this_list); in tcg_gen_gvec_2i()
1345 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_2s()
1346 const TCGOpcode *hold_list = tcg_swap_vecop_list(this_list); in tcg_gen_gvec_2s()
1412 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_3()
1413 const TCGOpcode *hold_list = tcg_swap_vecop_list(this_list); in tcg_gen_gvec_3()
1479 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_3i()
1480 const TCGOpcode *hold_list = tcg_swap_vecop_list(this_list); in tcg_gen_gvec_3i()
1547 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_4()
1548 const TCGOpcode *hold_list = tcg_swap_vecop_list(this_list); in tcg_gen_gvec_4()
1617 const TCGOpcode *this_list = g->opt_opc ? : vecop_list_empty; in tcg_gen_gvec_4i()
1618 const TCGOpcode *hold_list = tcg_swap_vecop_list(this_list); in tcg_gen_gvec_4i()
1932 static const TCGOpcode vecop_list_add[] = { INDEX_op_add_vec, 0 };
2003 static const TCGOpcode vecop_list_sub[] = { INDEX_op_sub_vec, 0 };
2146 static const TCGOpcode vecop_list_mul[] = { INDEX_op_mul_vec, 0 };
2216 static const TCGOpcode vecop_list[] = { INDEX_op_ssadd_vec, 0 }; in tcg_gen_gvec_ssadd()
2242 static const TCGOpcode vecop_list[] = { INDEX_op_sssub_vec, 0 }; in tcg_gen_gvec_sssub()
2282 static const TCGOpcode vecop_list[] = { INDEX_op_usadd_vec, 0 }; in tcg_gen_gvec_usadd()
2324 static const TCGOpcode vecop_list[] = { INDEX_op_ussub_vec, 0 }; in tcg_gen_gvec_ussub()
2352 static const TCGOpcode vecop_list[] = { INDEX_op_smin_vec, 0 }; in tcg_gen_gvec_smin()
2380 static const TCGOpcode vecop_list[] = { INDEX_op_umin_vec, 0 }; in tcg_gen_gvec_umin()
2408 static const TCGOpcode vecop_list[] = { INDEX_op_smax_vec, 0 }; in tcg_gen_gvec_smax()
2436 static const TCGOpcode vecop_list[] = { INDEX_op_umax_vec, 0 }; in tcg_gen_gvec_umax()
2506 static const TCGOpcode vecop_list[] = { INDEX_op_neg_vec, 0 }; in tcg_gen_gvec_neg()
2570 static const TCGOpcode vecop_list[] = { INDEX_op_abs_vec, 0 }; in tcg_gen_gvec_abs()
2855 static const TCGOpcode vecop_list[] = { INDEX_op_shli_vec, 0 }; in tcg_gen_gvec_shli()
2920 static const TCGOpcode vecop_list[] = { INDEX_op_shri_vec, 0 }; in tcg_gen_gvec_shri()
3013 static const TCGOpcode vecop_list[] = { INDEX_op_sari_vec, 0 }; in tcg_gen_gvec_sari()
3072 static const TCGOpcode vecop_list[] = { INDEX_op_rotli_vec, 0 }; in tcg_gen_gvec_rotli()
3125 TCGOpcode s_list[2];
3126 TCGOpcode v_list[2];
3157 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in do_gvec_shifts()
3189 const TCGOpcode *hold_list = tcg_swap_vecop_list(NULL); in do_gvec_shifts()
3403 static const TCGOpcode vecop_list[] = { INDEX_op_shlv_vec, 0 }; in tcg_gen_gvec_shlv()
3466 static const TCGOpcode vecop_list[] = { INDEX_op_shrv_vec, 0 }; in tcg_gen_gvec_shrv()
3529 static const TCGOpcode vecop_list[] = { INDEX_op_sarv_vec, 0 }; in tcg_gen_gvec_sarv()
3592 static const TCGOpcode vecop_list[] = { INDEX_op_rotlv_vec, 0 }; in tcg_gen_gvec_rotlv()
3651 static const TCGOpcode vecop_list[] = { INDEX_op_rotrv_vec, 0 }; in tcg_gen_gvec_rotrv()
3733 static const TCGOpcode cmp_list[] = { INDEX_op_cmp_vec, 0 }; in tcg_gen_gvec_cmp()
3767 const TCGOpcode *hold_list; in tcg_gen_gvec_cmp()
3860 static const TCGOpcode cmp_list[] = { INDEX_op_cmp_vec, 0 }; in tcg_gen_gvec_cmps()
3907 const TCGOpcode *hold_list = tcg_swap_vecop_list(cmp_list); in tcg_gen_gvec_cmps()