Home
last modified time | relevance | path

Searched refs:vec_permi (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-error.c70 …vsl = vec_permi(vsl, vsl, idx); // expected-error {{no matching function}} expected-error {{argume… 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}} expected-error {{argume… 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}} expected-error {{argume… 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()
100 vd = vec_permi(vd, vd, -1); // expected-error {{no matching function}} in test_core()
[all …]
H A Dbuiltins-systemz-zvector.c264 vsl = vec_permi(vsl, vsl, 0); in test_core()
267 vsl = vec_permi(vsl, vsl, 1); in test_core()
270 vsl = vec_permi(vsl, vsl, 2); in test_core()
273 vsl = vec_permi(vsl, vsl, 3); in test_core()
276 vul = vec_permi(vul, vul, 0); in test_core()
279 vul = vec_permi(vul, vul, 1); in test_core()
282 vul = vec_permi(vul, vul, 2); in test_core()
300 vd = vec_permi(vd, vd, 0); in test_core()
303 vd = vec_permi(vd, vd, 1); in test_core()
306 vd = vec_permi(vd, vd, 2); in test_core()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c2112 res_vd = vec_permi(vd, vd, 0); in test1()
2116 res_vsll = vec_permi(vsll, vsll, 2); in test1()
2120 res_vull = vec_permi(vull, vull, 3); in test1()
2124 res_vbll = vec_permi(vbll, vbll, 3); in test1()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h491 vec_permi(__vector signed long long __a, __vector signed long long __b,
497 vec_permi(__vector unsigned long long __a, __vector unsigned long long __b,
503 vec_permi(__vector __bool long long __a, __vector __bool long long __b,
509 vec_permi(__vector double __a, __vector double __b, int __c)
512 #define vec_permi(X, Y, Z) ((__typeof__((vec_permi)((X), (Y), (Z)))) \ macro
H A Daltivec.h13163 #define vec_permi(__a, __b, __c) \ macro