Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:vd

20 volatile vector double vd;
97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}}
100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}}
103 vd = vec_permi(vd, vd, 4); // expected-error {{no matching function}}
161 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}}
164 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}}
167 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}}
225 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}}
228 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}}
231 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}}
405 vd = vec_splat(vd, idx); // expected-error {{no matching function}}
408 vd = vec_splat(vd, -1); // expected-error {{no matching function}}
411 vd = vec_splat(vd, 2); // expected-error {{no matching function}}
495 vd = vec_sld(vd, vd, idx); // expected-error {{no matching function}}
535 vd = vec_sldw(vd, vd, 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}}
550 vd = vec_ctd(vul, idx); // expected-error {{no matching function}}
553 vd = vec_ctd(vul, -1); // expected-error {{no matching function}}
556 vd = vec_ctd(vul, 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}}
566 vul = vec_ctul(vd, idx); // expected-error {{no matching function}}
568 vul = vec_ctul(vd, -1); // expected-error {{no matching function}}
570 vul = vec_ctul(vd, 32); // expected-error {{no matching function}}
573 vbl = vec_fp_test_data_class(vd, idx, &cc); // expected-error {{must be a constant integer}}
574 vbl = vec_fp_test_data_class(vd, -1, &cc); // expected-error {{should be a value from 0 to 4095}}
575 vbl = vec_fp_test_data_class(vd, 4096, &cc); // expected-error {{should be a value from 0 to 4095}}