Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dbuiltins-systemz-zvector-error.c499 vsc = vec_sldw(vsc, vsc, idx); // expected-error {{no matching function}} in test_integer()
502 vsc = vec_sldw(vsc, vsc, -1); // expected-error {{no matching function}} in test_integer()
505 vsc = vec_sldw(vsc, vsc, 4); // expected-error {{no matching function}} in test_integer()
508 vuc = vec_sldw(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer()
511 vuc = vec_sldw(vuc, vuc, -1); // expected-error {{no matching function}} in test_integer()
514 vuc = vec_sldw(vuc, vuc, 4); // expected-error {{no matching function}} in test_integer()
517 vss = vec_sldw(vss, vss, idx); // expected-error {{no matching function}} in test_integer()
520 vus = vec_sldw(vus, vus, idx); // expected-error {{no matching function}} in test_integer()
523 vsi = vec_sldw(vsi, vsi, idx); // expected-error {{no matching function}} in test_integer()
526 vui = vec_sldw(vui, vui, idx); // expected-error {{no matching function}} in test_integer()
[all …]
Dbuiltins-systemz-zvector.c1873 vsc = vec_sldw(vsc, vsc, 0); in test_integer()
1875 vsc = vec_sldw(vsc, vsc, 3); in test_integer()
1877 vuc = vec_sldw(vuc, vuc, 0); in test_integer()
1879 vuc = vec_sldw(vuc, vuc, 3); in test_integer()
1881 vss = vec_sldw(vss, vss, 0); in test_integer()
1883 vss = vec_sldw(vss, vss, 3); in test_integer()
1885 vus = vec_sldw(vus, vus, 0); in test_integer()
1887 vus = vec_sldw(vus, vus, 3); in test_integer()
1889 vsi = vec_sldw(vsi, vsi, 0); in test_integer()
1891 vsi = vec_sldw(vsi, vsi, 3); in test_integer()
[all …]
/external/clang/lib/Headers/
Dvecintrin.h5686 vec_sldw(vector signed char __a, vector signed char __b, int __c)
5690 vec_sldw(vector unsigned char __a, vector unsigned char __b, int __c)
5694 vec_sldw(vector signed short __a, vector signed short __b, int __c)
5698 vec_sldw(vector unsigned short __a, vector unsigned short __b, int __c)
5702 vec_sldw(vector signed int __a, vector signed int __b, int __c)
5706 vec_sldw(vector unsigned int __a, vector unsigned int __b, int __c)
5710 vec_sldw(vector signed long long __a, vector signed long long __b, int __c)
5714 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, int __c)
5718 vec_sldw(vector double __a, vector double __b, int __c)
5721 #define vec_sldw(X, Y, Z) ((__typeof__((vec_sldw)((X), (Y), (Z)))) \ macro