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