Home | History | Annotate | Download | only in CodeGen

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}}
262 vsl = vec_load_bndry(cptrsl, idx); // expected-error {{no matching function}}
378 vsl = vec_splat(vsl, idx); // expected-error {{no matching function}}
381 vsl = vec_splat(vsl, -1); // expected-error {{no matching function}}
384 vsl = vec_splat(vsl, 2); // expected-error {{no matching function}}
427 vsl = vec_splat_s64(idx); // expected-error {{no matching function}}
452 vsl = vec_rl_mask(vsl, vul, idx); // expected-error {{no matching function}}
489 vsl = vec_sld(vsl, vsl, idx); // expected-error {{no matching function}}
529 vsl = vec_sldw(vsl, vsl, idx); // expected-error {{no matching function}}
541 vd = vec_ctd(vsl, idx); // expected-error {{no matching function}}
544 vd = vec_ctd(vsl, -1); // expected-error {{no matching function}}
547 vd = vec_ctd(vsl, 32); // expected-error {{no matching function}}
560 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}}
562 vsl = vec_ctsl(vd, -1); // expected-error {{no matching function}}
564 vsl = vec_ctsl(vd, 32); // expected-error {{no matching function}}