/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-zvector-constrained.c | 24 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()
|
D | builtins-systemz-zvector2-error.c | 56 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()
|
D | builtins-systemz-zvector3-constrained.c | 27 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()
|
D | builtins-systemz-zvector2-constrained.c | 28 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()
|
D | builtins-systemz-zvector-error.c | 54 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()
|
D | builtins-systemz-zvector2.c | 59 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()
|
D | builtins-systemz-zvector3.c | 59 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()
|
D | builtins-systemz-zvector3-error.c | 56 double * volatile ptrd; variable
|
D | builtins-systemz-zvector.c | 57 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/ |
D | builtins-systemz-zvector-error.c | 54 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()
|
D | builtins-systemz-zvector.c | 54 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()
|