Lines Matching refs:vec_splat

297   vsc = vec_splat(vsc, idx); // expected-error {{no matching function}}  in test_core()
300 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core()
303 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core()
306 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core()
309 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} in test_core()
312 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} in test_core()
315 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core()
318 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core()
321 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core()
324 vss = vec_splat(vss, idx); // expected-error {{no matching function}} in test_core()
327 vss = vec_splat(vss, -1); // expected-error {{no matching function}} in test_core()
330 vss = vec_splat(vss, 8); // expected-error {{no matching function}} in test_core()
333 vus = vec_splat(vus, idx); // expected-error {{no matching function}} in test_core()
336 vus = vec_splat(vus, -1); // expected-error {{no matching function}} in test_core()
339 vus = vec_splat(vus, 8); // expected-error {{no matching function}} in test_core()
342 vbs = vec_splat(vbs, idx); // expected-error {{no matching function}} in test_core()
345 vbs = vec_splat(vbs, -1); // expected-error {{no matching function}} in test_core()
348 vbs = vec_splat(vbs, 8); // 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()
360 vui = vec_splat(vui, idx); // expected-error {{no matching function}} in test_core()
363 vui = vec_splat(vui, -1); // expected-error {{no matching function}} in test_core()
366 vui = vec_splat(vui, 4); // expected-error {{no matching function}} in test_core()
369 vbi = vec_splat(vbi, idx); // expected-error {{no matching function}} in test_core()
372 vbi = vec_splat(vbi, -1); // expected-error {{no matching function}} in test_core()
375 vbi = vec_splat(vbi, 4); // expected-error {{no matching function}} in test_core()
378 vsl = vec_splat(vsl, idx); // expected-error {{no matching function}} in test_core()
381 vsl = vec_splat(vsl, -1); // expected-error {{no matching function}} in test_core()
384 vsl = vec_splat(vsl, 2); // expected-error {{no matching function}} in test_core()
387 vul = vec_splat(vul, idx); // expected-error {{no matching function}} in test_core()
390 vul = vec_splat(vul, -1); // expected-error {{no matching function}} in test_core()
393 vul = vec_splat(vul, 2); // expected-error {{no matching function}} in test_core()
396 vbl = vec_splat(vbl, idx); // expected-error {{no matching function}} in test_core()
399 vbl = vec_splat(vbl, -1); // expected-error {{no matching function}} in test_core()
402 vbl = vec_splat(vbl, 2); // expected-error {{no matching function}} in test_core()
405 vd = vec_splat(vd, idx); // expected-error {{no matching function}} in test_core()
408 vd = vec_splat(vd, -1); // expected-error {{no matching function}} in test_core()
411 vd = vec_splat(vd, 2); // expected-error {{no matching function}} in test_core()