Lines Matching refs:vd
20 volatile vector double vd; variable
97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} in test_core()
100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}} in test_core()
103 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}} in test_core()
161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core()
164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core()
167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
225 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core()
228 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}} in test_core()
231 vec_scatter_element(vd, vul, ptrd, 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()
495 vd = vec_sld(vd, vd, idx); // expected-error {{no matching function}} in test_integer()
535 vd = vec_sldw(vd, vd, idx); // expected-error {{no matching function}} in test_integer()
541 vd = vec_ctd(vsl, idx); // expected-error {{no matching function}} in test_float()
544 vd = vec_ctd(vsl, -1); // expected-error {{no matching function}} in test_float()
547 vd = vec_ctd(vsl, 32); // expected-error {{no matching function}} in test_float()
550 vd = vec_ctd(vul, idx); // expected-error {{no matching function}} in test_float()
553 vd = vec_ctd(vul, -1); // expected-error {{no matching function}} in test_float()
556 vd = vec_ctd(vul, 32); // expected-error {{no matching function}} in test_float()
560 vsl = vec_ctsl(vd, idx); // expected-error {{no matching function}} in test_float()
562 vsl = vec_ctsl(vd, -1); // expected-error {{no matching function}} in test_float()
564 vsl = vec_ctsl(vd, 32); // expected-error {{no matching function}} in test_float()
566 vul = vec_ctul(vd, idx); // expected-error {{no matching function}} in test_float()
568 vul = vec_ctul(vd, -1); // expected-error {{no matching function}} in test_float()
570 vul = vec_ctul(vd, 32); // expected-error {{no matching function}} in test_float()
573 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}} in test_float()
574 …vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error {{should be a value from 0 to 4095}} in test_float()
575 …vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error {{should be a value from 0 to 4095}} in test_float()