Home
last modified time | relevance | path

Searched refs:ptrd (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-constrained.c24 double * volatile ptrd; variable
63 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
65 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
74 vec_xst(vd, idx, ptrd); in test_core()
77 vec_xstd2(vd, idx, ptrd); in test_core()
Dbuiltins-systemz-zvector2-error.c56 double * volatile ptrd; variable
91 vec_scatter_element(vd, vul, ptrd, idx); // expected-error {{no matching function}} in test_core()
94 vec_scatter_element(vd, vul, ptrd, -1); // expected-error {{no matching function}} in test_core()
97 vec_scatter_element(vd, vul, ptrd, 2); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector3-constrained.c27 double * volatile ptrd; variable
43 vec_xst(vec_revb(vd), idx, ptrd); in test_core()
75 vec_xst(vec_reve(vd), idx, ptrd); in test_core()
Dbuiltins-systemz-zvector2-constrained.c28 double * volatile ptrd; variable
117 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
119 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
129 vec_xst(vd, idx, ptrd); in test_core()
Dbuiltins-systemz-zvector-error.c54 double * volatile ptrd; variable
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()
Dbuiltins-systemz-zvector2.c59 double * volatile ptrd; variable
169 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
171 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
181 vec_xst(vd, idx, ptrd); in test_core()
219 vec_store_len(vd, ptrd, idx); in test_core()
Dbuiltins-systemz-zvector3.c59 double * volatile ptrd; variable
107 vec_xst(vec_revb(vd), idx, ptrd); in test_core()
249 vec_xst(vec_reve(vd), idx, ptrd); in test_core()
Dbuiltins-systemz-zvector3-error.c56 double * volatile ptrd; variable
Dbuiltins-systemz-zvector.c57 double * volatile ptrd; variable
485 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
487 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
557 vec_xst(vd, idx, ptrd); in test_core()
576 vec_xstd2(vd, idx, ptrd); in test_core()
690 vec_store_len(vd, ptrd, idx); in test_core()
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c54 double * volatile ptrd; variable
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()
Dbuiltins-systemz-zvector.c54 double * volatile ptrd; variable
294 vec_scatter_element(vd, vul, ptrd, 0); in test_core()
295 vec_scatter_element(vd, vul, ptrd, 1); in test_core()
322 vec_xstd2(vd, idx, ptrd); in test_core()
397 vec_store_len(vd, ptrd, idx); in test_core()