Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-constrained.c21 const double * volatile cptrd; variable
43 vd = vec_insert_and_zero(cptrd); in test_core()
58 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
60 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
68 vd = vec_xl(idx, cptrd); in test_core()
71 vd = vec_xld2(idx, cptrd); in test_core()
Dbuiltins-systemz-zvector3-constrained.c24 const double * volatile cptrd; variable
38 vd += vec_revb(vec_xl(idx, cptrd)); in test_core()
48 vd += vec_revb(vec_insert_and_zero(cptrd)); in test_core()
70 vd += vec_reve(vec_xl(idx, cptrd)); in test_core()
Dbuiltins-systemz-zvector2-error.c44 const double * volatile cptrd; variable
72 vd = vec_gather_element(vd, vul, cptrd, idx); // expected-error {{no matching function}} in test_core()
75 vd = vec_gather_element(vd, vul, cptrd, -1); // expected-error {{no matching function}} in test_core()
78 vd = vec_gather_element(vd, vul, cptrd, 2); // expected-error {{no matching function}} in test_core()
Dbuiltins-systemz-zvector2-constrained.c25 const double * volatile cptrd; variable
82 vd = vec_insert_and_zero(cptrd); in test_core()
104 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
106 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
124 vd = vec_xl(idx, cptrd); in test_core()
Dbuiltins-systemz-zvector2.c47 const double * volatile cptrd; variable
114 vd = vec_insert_and_zero(cptrd); in test_core()
156 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
158 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
176 vd = vec_xl(idx, cptrd); in test_core()
184 vd = vec_load_bndry(cptrd, 64); in test_core()
212 vd = vec_load_len(cptrd, idx); in test_core()
Dbuiltins-systemz-zvector-error.c42 const double * volatile cptrd; variable
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()
Dbuiltins-systemz-zvector3.c47 const double * volatile cptrd; variable
90 vd += vec_revb(vec_xl(idx, cptrd)); in test_core()
124 vd += vec_revb(vec_insert_and_zero(cptrd)); in test_core()
228 vd += vec_reve(vec_xl(idx, cptrd)); in test_core()
Dbuiltins-systemz-zvector3-error.c44 const double * volatile cptrd; variable
Dbuiltins-systemz-zvector.c45 const double * volatile cptrd; variable
220 vd = vec_insert_and_zero(cptrd); in test_core()
444 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
446 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
506 vd = vec_xl(idx, cptrd); in test_core()
525 vd = vec_xld2(idx, cptrd); in test_core()
616 vd = vec_load_bndry(cptrd, 64); in test_core()
662 vd = vec_load_len(cptrd, idx); in test_core()
/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c42 const double * volatile cptrd; variable
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()
Dbuiltins-systemz-zvector.c42 const double * volatile cptrd; variable
165 vd = vec_insert_and_zero(cptrd); in test_core()
273 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
274 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
305 vd = vec_xld2(idx, cptrd); in test_core()
347 vd = vec_load_bndry(cptrd, 64); in test_core()
378 vd = vec_load_len(cptrd, idx); in test_core()