Home
last modified time | relevance | path

Searched refs:vsi (Results 1 – 25 of 2075) sorted by relevance

12345678910>>...83

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_lib.c170 vsi->alloc_txq = vsi->req_txq; in ice_vsi_set_num_qs()
171 vsi->num_txq = vsi->req_txq; in ice_vsi_set_num_qs()
185 vsi->num_rxq = vsi->req_rxq; in ice_vsi_set_num_qs()
337 if (!pf->vsi[vsi->idx] || pf->vsi[vsi->idx] != vsi) { in ice_vsi_clear()
345 pf->vsi[vsi->idx] = NULL; in ice_vsi_clear()
468 pf->vsi[vsi->idx] = vsi; in ice_vsi_alloc()
472 pf->vsi[pf->next_vsi] = vsi; in ice_vsi_alloc()
1275 ring->vsi = vsi; in ice_vsi_alloc_rings()
1293 ring->vsi = vsi; in ice_vsi_alloc_rings()
1348 vsi->rss_size = min_t(u16, vsi->rss_size, vsi->num_rxq); in ice_vsi_cfg_rss_lut_key()
[all …]
H A Dice_fltr.c57 return ice_add_mac(&vsi->back->hw, list); in ice_fltr_add_mac_list()
68 return ice_remove_mac(&vsi->back->hw, list); in ice_fltr_remove_mac_list()
79 return ice_add_vlan(&vsi->back->hw, list); in ice_fltr_add_vlan_list()
121 ice_remove_vsi_fltr(&vsi->back->hw, vsi->idx); in ice_fltr_remove_all()
141 info.vsi_handle = vsi->idx; in ice_fltr_add_mac_to_list()
166 info.vsi_handle = vsi->idx; in ice_fltr_add_vlan_to_list()
191 info.vsi_handle = vsi->idx; in ice_fltr_add_eth_to_list()
224 result = mac_action(vsi, &tmp_list); in ice_fltr_prepare_mac()
253 result = mac_action(vsi, &tmp_list); in ice_fltr_prepare_mac_and_broadcast()
277 result = vlan_action(vsi, &tmp_list); in ice_fltr_prepare_vlan()
[all …]
H A Dice_lib.h13 void ice_update_eth_stats(struct ice_vsi *vsi);
15 int ice_vsi_cfg_rxqs(struct ice_vsi *vsi);
17 int ice_vsi_cfg_lan_txqs(struct ice_vsi *vsi);
19 void ice_vsi_cfg_msix(struct ice_vsi *vsi);
38 int ice_vsi_cfg_xdp_txqs(struct ice_vsi *vsi);
48 int ice_set_link(struct ice_vsi *vsi, bool ena);
58 void ice_napi_del(struct ice_vsi *vsi);
60 int ice_vsi_release(struct ice_vsi *vsi);
62 void ice_vsi_close(struct ice_vsi *vsi);
80 void ice_vsi_dis_irq(struct ice_vsi *vsi);
[all …]
H A Dice_arfs.c28 struct ice_vsi *vsi; in ice_is_arfs_using_perfect_flow() local
31 if (!vsi) in ice_is_arfs_using_perfect_flow()
401 struct ice_vsi *vsi = np->vsi; in ice_rx_flow_steer() local
413 pf = vsi->back; in ice_rx_flow_steer()
485 if (!vsi || vsi->type != ICE_VSI_PF) in ice_init_arfs_cntrs()
488 vsi->arfs_fltr_cntrs = kzalloc(sizeof(*vsi->arfs_fltr_cntrs), in ice_init_arfs_cntrs()
513 if (!vsi || vsi->type != ICE_VSI_PF) in ice_init_arfs()
546 if (!vsi || vsi->type != ICE_VSI_PF || !vsi->back || in ice_clear_arfs()
580 if (!vsi || vsi->type != ICE_VSI_PF || !vsi->arfs_fltr_list) in ice_free_cpu_rx_rmap()
601 if (!vsi || vsi->type != ICE_VSI_PF) in ice_set_cpu_rx_rmap()
[all …]
H A Dice_main.c83 vsi = pf->vsi[v]; in ice_check_for_hang_subtask()
162 struct ice_vsi *vsi = np->vsi; in ice_add_mac_to_sync_list() local
184 struct ice_vsi *vsi = np->vsi; in ice_add_mac_to_unsync_list() local
902 if (!vsi || !vsi->port_info) in ice_link_event()
1620 if (!vsi || !vsi->port_info || !vsi->back) in ice_force_phys_link_state()
2284 xdp_ring->vsi = vsi; in ice_xdp_alloc_setup_rings()
2566 struct ice_vsi *vsi = np->vsi; in ice_xdp() local
2988 np->vsi = vsi; in ice_cfg_netdev()
3084 struct ice_vsi *vsi = np->vsi; in ice_vlan_rx_add_vid() local
3121 struct ice_vsi *vsi = np->vsi; in ice_vlan_rx_kill_vid() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_lib.c170 vsi->alloc_txq = vsi->req_txq; in ice_vsi_set_num_qs()
171 vsi->num_txq = vsi->req_txq; in ice_vsi_set_num_qs()
185 vsi->num_rxq = vsi->req_rxq; in ice_vsi_set_num_qs()
337 if (!pf->vsi[vsi->idx] || pf->vsi[vsi->idx] != vsi) { in ice_vsi_clear()
345 pf->vsi[vsi->idx] = NULL; in ice_vsi_clear()
468 pf->vsi[vsi->idx] = vsi; in ice_vsi_alloc()
472 pf->vsi[pf->next_vsi] = vsi; in ice_vsi_alloc()
1275 ring->vsi = vsi; in ice_vsi_alloc_rings()
1293 ring->vsi = vsi; in ice_vsi_alloc_rings()
1348 vsi->rss_size = min_t(u16, vsi->rss_size, vsi->num_rxq); in ice_vsi_cfg_rss_lut_key()
[all …]
H A Dice_fltr.c57 return ice_add_mac(&vsi->back->hw, list); in ice_fltr_add_mac_list()
68 return ice_remove_mac(&vsi->back->hw, list); in ice_fltr_remove_mac_list()
79 return ice_add_vlan(&vsi->back->hw, list); in ice_fltr_add_vlan_list()
121 ice_remove_vsi_fltr(&vsi->back->hw, vsi->idx); in ice_fltr_remove_all()
141 info.vsi_handle = vsi->idx; in ice_fltr_add_mac_to_list()
166 info.vsi_handle = vsi->idx; in ice_fltr_add_vlan_to_list()
191 info.vsi_handle = vsi->idx; in ice_fltr_add_eth_to_list()
224 result = mac_action(vsi, &tmp_list); in ice_fltr_prepare_mac()
253 result = mac_action(vsi, &tmp_list); in ice_fltr_prepare_mac_and_broadcast()
277 result = vlan_action(vsi, &tmp_list); in ice_fltr_prepare_vlan()
[all …]
H A Dice_lib.h13 void ice_update_eth_stats(struct ice_vsi *vsi);
15 int ice_vsi_cfg_rxqs(struct ice_vsi *vsi);
17 int ice_vsi_cfg_lan_txqs(struct ice_vsi *vsi);
19 void ice_vsi_cfg_msix(struct ice_vsi *vsi);
38 int ice_vsi_cfg_xdp_txqs(struct ice_vsi *vsi);
48 int ice_set_link(struct ice_vsi *vsi, bool ena);
58 void ice_napi_del(struct ice_vsi *vsi);
60 int ice_vsi_release(struct ice_vsi *vsi);
62 void ice_vsi_close(struct ice_vsi *vsi);
80 void ice_vsi_dis_irq(struct ice_vsi *vsi);
[all …]
H A Dice_arfs.c28 struct ice_vsi *vsi; in ice_is_arfs_using_perfect_flow() local
31 if (!vsi) in ice_is_arfs_using_perfect_flow()
401 struct ice_vsi *vsi = np->vsi; in ice_rx_flow_steer() local
413 pf = vsi->back; in ice_rx_flow_steer()
485 if (!vsi || vsi->type != ICE_VSI_PF) in ice_init_arfs_cntrs()
488 vsi->arfs_fltr_cntrs = kzalloc(sizeof(*vsi->arfs_fltr_cntrs), in ice_init_arfs_cntrs()
513 if (!vsi || vsi->type != ICE_VSI_PF) in ice_init_arfs()
546 if (!vsi || vsi->type != ICE_VSI_PF || !vsi->back || in ice_clear_arfs()
580 if (!vsi || vsi->type != ICE_VSI_PF || !vsi->arfs_fltr_list) in ice_free_cpu_rx_rmap()
601 if (!vsi || vsi->type != ICE_VSI_PF) in ice_set_cpu_rx_rmap()
[all …]
H A Dice_main.c83 vsi = pf->vsi[v]; in ice_check_for_hang_subtask()
162 struct ice_vsi *vsi = np->vsi; in ice_add_mac_to_sync_list() local
184 struct ice_vsi *vsi = np->vsi; in ice_add_mac_to_unsync_list() local
902 if (!vsi || !vsi->port_info) in ice_link_event()
1620 if (!vsi || !vsi->port_info || !vsi->back) in ice_force_phys_link_state()
2284 xdp_ring->vsi = vsi; in ice_xdp_alloc_setup_rings()
2566 struct ice_vsi *vsi = np->vsi; in ice_xdp() local
2988 np->vsi = vsi; in ice_cfg_netdev()
3084 struct ice_vsi *vsi = np->vsi; in ice_vlan_rx_add_vid() local
3121 struct ice_vsi *vsi = np->vsi; in ice_vlan_rx_kill_vid() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ice/
H A Dice_lib.c170 vsi->alloc_txq = vsi->req_txq; in ice_vsi_set_num_qs()
171 vsi->num_txq = vsi->req_txq; in ice_vsi_set_num_qs()
185 vsi->num_rxq = vsi->req_rxq; in ice_vsi_set_num_qs()
337 if (!pf->vsi[vsi->idx] || pf->vsi[vsi->idx] != vsi) { in ice_vsi_clear()
345 pf->vsi[vsi->idx] = NULL; in ice_vsi_clear()
468 pf->vsi[vsi->idx] = vsi; in ice_vsi_alloc()
472 pf->vsi[pf->next_vsi] = vsi; in ice_vsi_alloc()
1275 ring->vsi = vsi; in ice_vsi_alloc_rings()
1293 ring->vsi = vsi; in ice_vsi_alloc_rings()
1348 vsi->rss_size = min_t(u16, vsi->rss_size, vsi->num_rxq); in ice_vsi_cfg_rss_lut_key()
[all …]
H A Dice_fltr.c57 return ice_add_mac(&vsi->back->hw, list); in ice_fltr_add_mac_list()
68 return ice_remove_mac(&vsi->back->hw, list); in ice_fltr_remove_mac_list()
79 return ice_add_vlan(&vsi->back->hw, list); in ice_fltr_add_vlan_list()
121 ice_remove_vsi_fltr(&vsi->back->hw, vsi->idx); in ice_fltr_remove_all()
141 info.vsi_handle = vsi->idx; in ice_fltr_add_mac_to_list()
166 info.vsi_handle = vsi->idx; in ice_fltr_add_vlan_to_list()
191 info.vsi_handle = vsi->idx; in ice_fltr_add_eth_to_list()
224 result = mac_action(vsi, &tmp_list); in ice_fltr_prepare_mac()
253 result = mac_action(vsi, &tmp_list); in ice_fltr_prepare_mac_and_broadcast()
277 result = vlan_action(vsi, &tmp_list); in ice_fltr_prepare_vlan()
[all …]
H A Dice_lib.h13 void ice_update_eth_stats(struct ice_vsi *vsi);
15 int ice_vsi_cfg_rxqs(struct ice_vsi *vsi);
17 int ice_vsi_cfg_lan_txqs(struct ice_vsi *vsi);
19 void ice_vsi_cfg_msix(struct ice_vsi *vsi);
38 int ice_vsi_cfg_xdp_txqs(struct ice_vsi *vsi);
48 int ice_set_link(struct ice_vsi *vsi, bool ena);
58 void ice_napi_del(struct ice_vsi *vsi);
60 int ice_vsi_release(struct ice_vsi *vsi);
62 void ice_vsi_close(struct ice_vsi *vsi);
80 void ice_vsi_dis_irq(struct ice_vsi *vsi);
[all …]
H A Dice_arfs.c28 struct ice_vsi *vsi; in ice_is_arfs_using_perfect_flow() local
31 if (!vsi) in ice_is_arfs_using_perfect_flow()
401 struct ice_vsi *vsi = np->vsi; in ice_rx_flow_steer() local
413 pf = vsi->back; in ice_rx_flow_steer()
485 if (!vsi || vsi->type != ICE_VSI_PF) in ice_init_arfs_cntrs()
488 vsi->arfs_fltr_cntrs = kzalloc(sizeof(*vsi->arfs_fltr_cntrs), in ice_init_arfs_cntrs()
513 if (!vsi || vsi->type != ICE_VSI_PF) in ice_init_arfs()
546 if (!vsi || vsi->type != ICE_VSI_PF || !vsi->back || in ice_clear_arfs()
580 if (!vsi || vsi->type != ICE_VSI_PF || !vsi->arfs_fltr_list) in ice_free_cpu_rx_rmap()
601 if (!vsi || vsi->type != ICE_VSI_PF) in ice_set_cpu_rx_rmap()
[all …]
H A Dice_main.c83 vsi = pf->vsi[v]; in ice_check_for_hang_subtask()
162 struct ice_vsi *vsi = np->vsi; in ice_add_mac_to_sync_list() local
184 struct ice_vsi *vsi = np->vsi; in ice_add_mac_to_unsync_list() local
902 if (!vsi || !vsi->port_info) in ice_link_event()
1620 if (!vsi || !vsi->port_info || !vsi->back) in ice_force_phys_link_state()
2284 xdp_ring->vsi = vsi; in ice_xdp_alloc_setup_rings()
2566 struct ice_vsi *vsi = np->vsi; in ice_xdp() local
2988 np->vsi = vsi; in ice_cfg_netdev()
3084 struct ice_vsi *vsi = np->vsi; in ice_vlan_rx_add_vid() local
3121 struct ice_vsi *vsi = np->vsi; in ice_vlan_rx_kill_vid() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_vp9_if.c209 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_is_sf_ref_fb() local
264 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_ref_cnt_fb() local
291 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_free_all_sf_ref_fb() local
314 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_get_sf_ref_fb() local
361 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_alloc_work_buf() local
381 vsi->pic_w, vsi->pic_h); in vp9_alloc_work_buf()
459 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_swap_frm_bufs() local
532 if (vsi->sf_frm_cnt > 0 && vsi->sf_frm_idx != vsi->sf_frm_cnt - 1) in vp9_swap_frm_bufs()
579 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_decode_end_proc() local
595 vsi->pic_w, vsi->pic_h); in vp9_decode_end_proc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_vp9_if.c209 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_is_sf_ref_fb() local
264 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_ref_cnt_fb() local
291 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_free_all_sf_ref_fb() local
314 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_get_sf_ref_fb() local
361 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_alloc_work_buf() local
381 vsi->pic_w, vsi->pic_h); in vp9_alloc_work_buf()
459 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_swap_frm_bufs() local
532 if (vsi->sf_frm_cnt > 0 && vsi->sf_frm_idx != vsi->sf_frm_cnt - 1) in vp9_swap_frm_bufs()
579 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_decode_end_proc() local
595 vsi->pic_w, vsi->pic_h); in vp9_decode_end_proc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_vp9_if.c209 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_is_sf_ref_fb() local
264 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_ref_cnt_fb() local
291 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_free_all_sf_ref_fb() local
314 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_get_sf_ref_fb() local
361 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_alloc_work_buf() local
381 vsi->pic_w, vsi->pic_h); in vp9_alloc_work_buf()
459 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_swap_frm_bufs() local
532 if (vsi->sf_frm_cnt > 0 && vsi->sf_frm_idx != vsi->sf_frm_cnt - 1) in vp9_swap_frm_bufs()
579 struct vdec_vp9_vsi *vsi = inst->vsi; in vp9_decode_end_proc() local
595 vsi->pic_w, vsi->pic_h); in vp9_decode_end_proc()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c11203 vsi->idx, vsi->idx, vsi->type); in i40e_vsi_clear()
11207 if (pf->vsi[vsi->idx] != vsi) { in i40e_vsi_clear()
11275 ring->vsi = vsi; in i40e_alloc_rings()
11292 ring->vsi = vsi; in i40e_alloc_rings()
11308 ring->vsi = vsi; in i40e_alloc_rings()
11591 q_vector->vsi = vsi; in i40e_vsi_alloc_q_vector()
13308 np->vsi = vsi; in i40e_config_netdev()
13440 if (vsi == vsi->back->vsi[vsi->back->lan_vsi]) in i40e_vsi_delete()
14002 vsi = pf->vsi[i]; in i40e_vsi_setup()
14051 vsi = pf->vsi[v_idx]; in i40e_vsi_setup()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c11203 vsi->idx, vsi->idx, vsi->type); in i40e_vsi_clear()
11207 if (pf->vsi[vsi->idx] != vsi) { in i40e_vsi_clear()
11275 ring->vsi = vsi; in i40e_alloc_rings()
11292 ring->vsi = vsi; in i40e_alloc_rings()
11308 ring->vsi = vsi; in i40e_alloc_rings()
11591 q_vector->vsi = vsi; in i40e_vsi_alloc_q_vector()
13308 np->vsi = vsi; in i40e_config_netdev()
13440 if (vsi == vsi->back->vsi[vsi->back->lan_vsi]) in i40e_vsi_delete()
14002 vsi = pf->vsi[i]; in i40e_vsi_setup()
14051 vsi = pf->vsi[v_idx]; in i40e_vsi_setup()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c11203 vsi->idx, vsi->idx, vsi->type); in i40e_vsi_clear()
11207 if (pf->vsi[vsi->idx] != vsi) { in i40e_vsi_clear()
11275 ring->vsi = vsi; in i40e_alloc_rings()
11292 ring->vsi = vsi; in i40e_alloc_rings()
11308 ring->vsi = vsi; in i40e_alloc_rings()
11591 q_vector->vsi = vsi; in i40e_vsi_alloc_q_vector()
13308 np->vsi = vsi; in i40e_config_netdev()
13440 if (vsi == vsi->back->vsi[vsi->back->lan_vsi]) in i40e_vsi_delete()
14002 vsi = pf->vsi[i]; in i40e_vsi_setup()
14051 vsi = pf->vsi[v_idx]; in i40e_vsi_setup()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dbuiltins-ppc-error.c22 extern vector signed int vsi;
35 vec_xxpermdi(vsi); //expected-error {{too few arguments to function call, expected 3, have 1}} in testXXPERMDI()
36 …vec_xxpermdi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected 3, … in testXXPERMDI()
37 …vec_xxpermdi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxpermdi' must be a… in testXXPERMDI()
43 vec_xxsldwi(vsi); //expected-error {{too few arguments to function call, expected 3, have 1}} in testXXSLDWI()
44 …vec_xxsldwi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected 3, h… in testXXSLDWI()
45 …vec_xxsldwi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxsldwi' must be a 2… in testXXSLDWI()
93 vec_dst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
95 vec_dstt(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
97 vec_dstst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Dbuiltins-ppc-error.c22 extern vector signed int vsi;
35 …vec_xxpermdi(vsi); //expected-error {{too few arguments to function call, expected at least 3, hav… in testXXPERMDI()
36 …vec_xxpermdi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected at … in testXXPERMDI()
37 …vec_xxpermdi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxpermdi' must be a… in testXXPERMDI()
43 …vec_xxsldwi(vsi); //expected-error {{too few arguments to function call, expected at least 3, have… in testXXSLDWI()
44 …vec_xxsldwi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected at m… in testXXSLDWI()
45 …vec_xxsldwi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxsldwi' must be a 2… in testXXSLDWI()
93 vec_dst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
95 vec_dstt(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
97 vec_dstst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dbuiltins-ppc-error.c22 extern vector signed int vsi;
35 vec_xxpermdi(vsi); //expected-error {{too few arguments to function call, expected 3, have 1}} in testXXPERMDI()
36 …vec_xxpermdi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected 3, … in testXXPERMDI()
37 …vec_xxpermdi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxpermdi' must be a… in testXXPERMDI()
43 vec_xxsldwi(vsi); //expected-error {{too few arguments to function call, expected 3, have 1}} in testXXSLDWI()
44 …vec_xxsldwi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected 3, h… in testXXSLDWI()
45 …vec_xxsldwi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxsldwi' must be a 2… in testXXSLDWI()
93 vec_dst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
95 vec_dstt(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
97 vec_dstst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-error.c22 extern vector signed int vsi;
35 vec_xxpermdi(vsi); //expected-error {{too few arguments to function call, expected 3, have 1}} in testXXPERMDI()
36 …vec_xxpermdi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected 3, … in testXXPERMDI()
37 …vec_xxpermdi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxpermdi' must be a… in testXXPERMDI()
43 vec_xxsldwi(vsi); //expected-error {{too few arguments to function call, expected 3, have 1}} in testXXSLDWI()
44 …vec_xxsldwi(vsi, vsi, 2, 4); //expected-error {{too many arguments to function call, expected 3, h… in testXXSLDWI()
45 …vec_xxsldwi(vsi, vsi, index); //expected-error {{argument 3 to '__builtin_vsx_xxsldwi' must be a 2… in testXXSLDWI()
93 vec_dst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
95 vec_dstt(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
97 vec_dstst(&vsi, index, 5); //expected-error {{argument value 5 is outside the valid range [0, 3]}} in testDST()
[all …]

12345678910>>...83