Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
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 …]
Dbuiltins-systemz-zvector.c255 vsi = vec_gather_element(vsi, vui, cptrsi, 0); in test_core()
256 vsi = vec_gather_element(vsi, vui, cptrsi, 1); in test_core()
257 vsi = vec_gather_element(vsi, vui, cptrsi, 2); in test_core()
258 vsi = vec_gather_element(vsi, vui, cptrsi, 3); in test_core()
259 vui = vec_gather_element(vui, vui, cptrui, 0); in test_core()
260 vui = vec_gather_element(vui, vui, cptrui, 1); in test_core()
261 vui = vec_gather_element(vui, vui, cptrui, 2); in test_core()
262 vui = vec_gather_element(vui, vui, cptrui, 3); in test_core()
263 vbi = vec_gather_element(vbi, vui, cptrui, 0); in test_core()
264 vbi = vec_gather_element(vbi, vui, cptrui, 1); in test_core()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h634 vec_gather_element(vector signed int __vec, vector unsigned int __offset, in vec_gather_element() function
643 vec_gather_element(vector bool int __vec, vector unsigned int __offset, in vec_gather_element() function
652 vec_gather_element(vector unsigned int __vec, vector unsigned int __offset, in vec_gather_element() function
661 vec_gather_element(vector signed long long __vec, in vec_gather_element() function
671 vec_gather_element(vector bool long long __vec, in vec_gather_element() function
681 vec_gather_element(vector unsigned long long __vec, in vec_gather_element() function
691 vec_gather_element(vector double __vec, vector unsigned long long __offset, in vec_gather_element() function