Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/SystemZ/
Dbuiltins-systemz-zvector-error.c520 …vsc = vec_sldw(vsc, vsc, idx); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
523 …vsc = vec_sldw(vsc, vsc, -1); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
526 …vsc = vec_sldw(vsc, vsc, 4); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
529 …vuc = vec_sldw(vuc, vuc, idx); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
532 …vuc = vec_sldw(vuc, vuc, -1); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
535 …vuc = vec_sldw(vuc, vuc, 4); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
538 …vss = vec_sldw(vss, vss, idx); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
541 …vus = vec_sldw(vus, vus, idx); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
544 …vsi = vec_sldw(vsi, vsi, idx); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
547 …vui = vec_sldw(vui, vui, idx); // expected-error {{no matching function}} expected-error {{argumen… in test_integer()
[all …]
Dbuiltins-systemz-zvector.c2908 vsc = vec_sldw(vsc, vsc, 0); in test_integer()
2911 vsc = vec_sldw(vsc, vsc, 3); in test_integer()
2914 vuc = vec_sldw(vuc, vuc, 0); in test_integer()
2917 vuc = vec_sldw(vuc, vuc, 3); in test_integer()
2920 vss = vec_sldw(vss, vss, 0); in test_integer()
2923 vss = vec_sldw(vss, vss, 3); in test_integer()
2926 vus = vec_sldw(vus, vus, 0); in test_integer()
2929 vus = vec_sldw(vus, vus, 3); in test_integer()
2932 vsi = vec_sldw(vsi, vsi, 0); in test_integer()
2935 vsi = vec_sldw(vsi, vsi, 3); in test_integer()
[all …]
/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/llvm-project/clang/test/CodeGen/
Dbuiltins-ppc-vsx.c1586 res_vsll = vec_sldw(vsll, vsll, 0); in test1()
1598 res_vull = vec_sldw(vull, vull, 0); in test1()
Dbuiltins-ppc-altivec.c3688 res_vsc = vec_sldw(vsc, vsc, 0); in test6()
3700 res_vuc = vec_sldw(vuc, vuc, 0); in test6()
3712 res_vi = vec_sldw(vi, vi, 0); in test6()
3724 res_vui = vec_sldw(vui, vui, 0); in test6()
3736 res_vs = vec_sldw(vs, vs, 0); in test6()
3748 res_vus = vec_sldw(vus, vus, 0); in test6()
/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
/external/llvm-project/clang/lib/Headers/
Dvecintrin.h7002 vec_sldw(__vector signed char __a, __vector signed char __b, int __c)
7006 vec_sldw(__vector unsigned char __a, __vector unsigned char __b, int __c)
7010 vec_sldw(__vector signed short __a, __vector signed short __b, int __c)
7014 vec_sldw(__vector unsigned short __a, __vector unsigned short __b, int __c)
7018 vec_sldw(__vector signed int __a, __vector signed int __b, int __c)
7022 vec_sldw(__vector unsigned int __a, __vector unsigned int __b, int __c)
7026 vec_sldw(__vector signed long long __a, __vector signed long long __b, int __c)
7030 vec_sldw(__vector unsigned long long __a, __vector unsigned long long __b,
7036 vec_sldw(__vector double __a, __vector double __b, int __c)
7039 #define vec_sldw(X, Y, Z) ((__typeof__((vec_sldw)((X), (Y), (Z)))) \ macro
Daltivec.h8781 static __inline__ vector signed char __ATTRS_o_ai vec_sldw( in vec_sldw() function
8787 vec_sldw(vector unsigned char __a, vector unsigned char __b, in vec_sldw() function
8792 static __inline__ vector signed short __ATTRS_o_ai vec_sldw( in vec_sldw() function
8798 vec_sldw(vector unsigned short __a, vector unsigned short __b, in vec_sldw() function
8804 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sldw() function
8808 static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw( in vec_sldw() function
8815 vec_sldw(vector signed long long __a, vector signed long long __b, in vec_sldw() function
8821 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, in vec_sldw() function