Lines Matching refs:vsl

11 volatile vector signed long long vsl;
70 vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}}
73 vsl = vec_permi(vsl, vsl, -1); // expected-error {{no matching function}}
76 vsl = vec_permi(vsl, vsl, 4); // expected-error {{no matching function}}
134 vsl = vec_gather_element(vsl, vul, cptrsl, idx); // expected-error {{no matching function}}
137 vsl = vec_gather_element(vsl, vul, cptrsl, -1); // expected-error {{no matching function}}
140 vsl = vec_gather_element(vsl, vul, cptrsl, 2); // expected-error {{no matching function}}
198 vec_scatter_element(vsl, vul, ptrsl, idx); // expected-error {{no matching function}}
201 vec_scatter_element(vsl, vul, ptrsl, -1); // expected-error {{no matching function}}
204 vec_scatter_element(vsl, vul, ptrsl, 2); // expected-error {{no matching function}}
253 vsl = vec_load_bndry(cptrsl, idx); // expected-error {{no matching function}}
367 vsl = vec_splat(vsl, idx); // expected-error {{no matching function}}
370 vsl = vec_splat(vsl, -1); // expected-error {{no matching function}}
373 vsl = vec_splat(vsl, 2); // expected-error {{no matching function}}
416 vsl = vec_splat_s64(idx); // expected-error {{no matching function}}
441 vsl = vec_rl_mask(vsl, vul, idx); // expected-error {{no matching function}}
478 vsl = vec_sld(vsl, vsl, idx); // expected-error {{no matching function}}
518 vsl = vec_sldw(vsl, vsl, idx); // expected-error {{no matching function}}
530 vd = vec_ctd(vsl, idx); // expected-error {{no matching function}}
533 vd = vec_ctd(vsl, -1); // expected-error {{no matching function}}
536 vd = vec_ctd(vsl, 32); // expected-error {{no matching function}}
549 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}}
551 vsl = vec_ctsl(vd, -1); // expected-error {{no matching function}}
553 vsl = vec_ctsl(vd, 32); // expected-error {{no matching function}}