Home
last modified time | relevance | path

Searched refs:vec_gather_element (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-error.c107 vsi = vec_gather_element(vsi, vui, cptrsi, idx); // expected-error {{no matching function}} in test_core()
110 vsi = vec_gather_element(vsi, vui, cptrsi, -1); // expected-error {{no matching function}} in test_core()
113 vsi = vec_gather_element(vsi, vui, cptrsi, 4); // expected-error {{no matching function}} in test_core()
116 vui = vec_gather_element(vui, vui, cptrui, idx); // expected-error {{no matching function}} in test_core()
119 vui = vec_gather_element(vui, vui, cptrui, -1); // expected-error {{no matching function}} in test_core()
122 vui = vec_gather_element(vui, vui, cptrui, 4); // expected-error {{no matching function}} in test_core()
125 vbi = vec_gather_element(vbi, vui, cptrui, idx); // expected-error {{no matching function}} in test_core()
128 vbi = vec_gather_element(vbi, vui, cptrui, -1); // expected-error {{no matching function}} in test_core()
131 vbi = vec_gather_element(vbi, vui, cptrui, 4); // expected-error {{no matching function}} in test_core()
134 vsl = vec_gather_element(vsl, vul, cptrsl, idx); // expected-error {{no matching function}} in test_core()
[all …]
H A Dbuiltins-systemz-zvector2-error.c63 vf = vec_gather_element(vf, vui, cptrf, idx); // expected-error {{no matching function}} in test_core()
66 vf = vec_gather_element(vf, vui, cptrf, -1); // expected-error {{no matching function}} in test_core()
69 vf = vec_gather_element(vf, vui, cptrf, 4); // expected-error {{no matching function}} in test_core()
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()
H A Dbuiltins-systemz-zvector2-constrained.c96 vf = vec_gather_element(vf, vui, cptrf, 0); in test_core()
98 vf = vec_gather_element(vf, vui, cptrf, 1); in test_core()
100 vf = vec_gather_element(vf, vui, cptrf, 2); in test_core()
102 vf = vec_gather_element(vf, vui, cptrf, 3); 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()
H A Dbuiltins-systemz-zvector2.c148 vf = vec_gather_element(vf, vui, cptrf, 0); in test_core()
150 vf = vec_gather_element(vf, vui, cptrf, 1); in test_core()
152 vf = vec_gather_element(vf, vui, cptrf, 2); in test_core()
154 vf = vec_gather_element(vf, vui, cptrf, 3); 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()
H A Dbuiltins-systemz-zvector-constrained.c58 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
60 vd = vec_gather_element(vd, vul, cptrd, 1); in test_core()
H A Dbuiltins-systemz-zvector.c408 vsi = vec_gather_element(vsi, vui, cptrsi, 0); in test_core()
410 vsi = vec_gather_element(vsi, vui, cptrsi, 1); in test_core()
412 vsi = vec_gather_element(vsi, vui, cptrsi, 2); in test_core()
414 vsi = vec_gather_element(vsi, vui, cptrsi, 3); in test_core()
416 vui = vec_gather_element(vui, vui, cptrui, 0); in test_core()
418 vui = vec_gather_element(vui, vui, cptrui, 1); in test_core()
420 vui = vec_gather_element(vui, vui, cptrui, 2); in test_core()
422 vui = vec_gather_element(vui, vui, cptrui, 3); in test_core()
424 vbi = vec_gather_element(vbi, vui, cptrui, 0); in test_core()
444 vd = vec_gather_element(vd, vul, cptrd, 0); in test_core()
[all …]
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h858 vec_gather_element(__vector signed int __vec, in vec_gather_element() function
868 vec_gather_element(__vector __bool int __vec, in vec_gather_element() function
878 vec_gather_element(__vector unsigned int __vec, in vec_gather_element() function
888 vec_gather_element(__vector signed long long __vec, in vec_gather_element() function
898 vec_gather_element(__vector __bool long long __vec, in vec_gather_element() function
908 vec_gather_element(__vector unsigned long long __vec, in vec_gather_element() function
919 vec_gather_element(__vector float __vec, in vec_gather_element() function
930 vec_gather_element(__vector double __vec, in vec_gather_element() function