Searched refs:vec_permi (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 70 vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}} in test_core() 73 vsl = vec_permi(vsl, vsl, -1); // expected-error {{no matching function}} in test_core() 76 vsl = vec_permi(vsl, vsl, 4); // expected-error {{no matching function}} in test_core() 79 vul = vec_permi(vul, vul, idx); // expected-error {{no matching function}} in test_core() 82 vul = vec_permi(vul, vul, -1); // expected-error {{no matching function}} in test_core() 85 vul = vec_permi(vul, vul, 4); // expected-error {{no matching function}} in test_core() 88 vbl = vec_permi(vbl, vbl, idx); // expected-error {{no matching function}} in test_core() 91 vbl = vec_permi(vbl, vbl, -1); // expected-error {{no matching function}} in test_core() 94 vbl = vec_permi(vbl, vbl, 4); // expected-error {{no matching function}} in test_core() 97 vd = vec_permi(vd, vd, idx); // expected-error {{no matching function}} in test_core() [all …]
|
D | builtins-systemz-zvector.c | 195 vsl = vec_permi(vsl, vsl, 0); in test_core() 197 vsl = vec_permi(vsl, vsl, 1); in test_core() 199 vsl = vec_permi(vsl, vsl, 2); in test_core() 201 vsl = vec_permi(vsl, vsl, 3); in test_core() 203 vul = vec_permi(vul, vul, 0); in test_core() 205 vul = vec_permi(vul, vul, 1); in test_core() 207 vul = vec_permi(vul, vul, 2); in test_core() 209 vul = vec_permi(vul, vul, 3); in test_core() 211 vbl = vec_permi(vbl, vbl, 0); in test_core() 213 vbl = vec_permi(vbl, vbl, 1); in test_core() [all …]
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 454 vec_permi(vector signed long long __a, vector signed long long __b, int __c) 458 vec_permi(vector unsigned long long __a, vector unsigned long long __b, int __c) 462 vec_permi(vector bool long long __a, vector bool long long __b, int __c) 466 vec_permi(vector double __a, vector double __b, int __c) 469 #define vec_permi(X, Y, Z) ((__typeof__((vec_permi)((X), (Y), (Z)))) \ macro
|