• Home
  • Raw
  • Download

Lines Matching refs:vuc

12 volatile vector unsigned char vuc;  variable
247 vuc = vec_load_bndry(cptruc, idx); // expected-error {{no matching function}} in test_core()
269 vuc = vec_genmask(idx); // expected-error {{no matching function}} in test_core()
272 vuc = vec_genmasks_8(0, idx); // expected-error {{no matching function}} in test_core()
274 vuc = vec_genmasks_8(idx, 0); // expected-error {{no matching function}} in test_core()
276 vuc = vec_genmasks_8(idx, idx); // 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()
417 vuc = vec_splat_u8(idx); // expected-error {{no matching function}} in test_core()
434 vsc = vec_rl_mask(vsc, vuc, idx); // expected-error {{no matching function}} in test_integer()
437 vuc = vec_rl_mask(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
468 vuc = vec_sld(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
471 vuc = vec_sld(vuc, vuc, -1); // expected-error {{no matching function}} in test_integer()
474 vuc = vec_sld(vuc, vuc, 16); // expected-error {{no matching function}} in test_integer()
508 vuc = vec_sldw(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
511 vuc = vec_sldw(vuc, vuc, -1); // expected-error {{no matching function}} in test_integer()
514 vuc = vec_sldw(vuc, vuc, 4); // expected-error {{no matching function}} in test_integer()