Lines Matching refs:vsi
10 volatile vector signed int vsi;
107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}}
110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}}
113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}}
171 vec_scatter_element(vsi, vui, ptrsi, idx); // expected-error {{no matching function}}
174 vec_scatter_element(vsi, vui, ptrsi, -1); // expected-error {{no matching function}}
177 vec_scatter_element(vsi, vui, ptrsi, 4); // expected-error {{no matching function}}
256 vsi = vec_load_bndry(cptrsi, idx); // expected-error {{no matching function}}
351 vsi = vec_splat(vsi, idx); // expected-error {{no matching function}}
354 vsi = vec_splat(vsi, -1); // expected-error {{no matching function}}
357 vsi = vec_splat(vsi, 4); // expected-error {{no matching function}}
423 vsi = vec_splat_s32(idx); // expected-error {{no matching function}}
446 vsi = vec_rl_mask(vsi, vui, idx); // expected-error {{no matching function}}
483 vsi = vec_sld(vsi, vsi, idx); // expected-error {{no matching function}}
523 vsi = vec_sldw(vsi, vsi, idx); // expected-error {{no matching function}}