Lines Matching refs:vec_splat

286   vsc = vec_splat(vsc, idx); // expected-error {{no matching function}}  in test_core()
289 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core()
292 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core()
295 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core()
298 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} in test_core()
301 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} in test_core()
304 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core()
307 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core()
310 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core()
313 vss = vec_splat(vss, idx); // expected-error {{no matching function}} in test_core()
316 vss = vec_splat(vss, -1); // expected-error {{no matching function}} in test_core()
319 vss = vec_splat(vss, 8); // expected-error {{no matching function}} in test_core()
322 vus = vec_splat(vus, idx); // expected-error {{no matching function}} in test_core()
325 vus = vec_splat(vus, -1); // expected-error {{no matching function}} in test_core()
328 vus = vec_splat(vus, 8); // expected-error {{no matching function}} in test_core()
331 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}} in test_core()
334 vbs = vec_splat(vbs, -1); // expected-error {{no matching function}} in test_core()
337 vbs = vec_splat(vbs, 8); // expected-error {{no matching function}} in test_core()
340 vsi = vec_splat(vsi, idx); // expected-error {{no matching function}} in test_core()
343 vsi = vec_splat(vsi, -1); // expected-error {{no matching function}} in test_core()
346 vsi = vec_splat(vsi, 4); // expected-error {{no matching function}} in test_core()
349 vui = vec_splat(vui, idx); // expected-error {{no matching function}} in test_core()
352 vui = vec_splat(vui, -1); // expected-error {{no matching function}} in test_core()
355 vui = vec_splat(vui, 4); // expected-error {{no matching function}} in test_core()
358 vbi = vec_splat(vbi, idx); // expected-error {{no matching function}} in test_core()
361 vbi = vec_splat(vbi, -1); // expected-error {{no matching function}} in test_core()
364 vbi = vec_splat(vbi, 4); // expected-error {{no matching function}} in test_core()
367 vsl = vec_splat(vsl, idx); // expected-error {{no matching function}} in test_core()
370 vsl = vec_splat(vsl, -1); // expected-error {{no matching function}} in test_core()
373 vsl = vec_splat(vsl, 2); // expected-error {{no matching function}} in test_core()
376 vul = vec_splat(vul, idx); // expected-error {{no matching function}} in test_core()
379 vul = vec_splat(vul, -1); // expected-error {{no matching function}} in test_core()
382 vul = vec_splat(vul, 2); // expected-error {{no matching function}} in test_core()
385 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
388 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
391 vbl = vec_splat(vbl, 2); // expected-error {{no matching function}} in test_core()
394 vd = vec_splat(vd, idx); // expected-error {{no matching function}} in test_core()
397 vd = vec_splat(vd, -1); // expected-error {{no matching function}} in test_core()
400 vd = vec_splat(vd, 2); // expected-error {{no matching function}} in test_core()