Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector3-error.c63 vsc = vec_sldb(vsc, vsc, idx); // expected-error {{no matching function}} \ in test_integer()
67 vuc = vec_sldb(vuc, vuc, idx); // expected-error {{no matching function}} \ in test_integer()
71 vss = vec_sldb(vss, vss, idx); // expected-error {{no matching function}} \ in test_integer()
75 vus = vec_sldb(vus, vus, idx); // expected-error {{no matching function}} \ in test_integer()
79 vsi = vec_sldb(vsi, vsi, idx); // expected-error {{no matching function}} \ in test_integer()
83 vui = vec_sldb(vui, vui, idx); // expected-error {{no matching function}} \ in test_integer()
87 vsl = vec_sldb(vsl, vsl, idx); // expected-error {{no matching function}} \ in test_integer()
91 vul = vec_sldb(vul, vul, idx); // expected-error {{no matching function}} \ in test_integer()
95 vf = vec_sldb(vf, vf, idx); // expected-error {{no matching function}} \ in test_integer()
99 vd = vec_sldb(vd, vd, idx); // expected-error {{no matching function}} \ in test_integer()
H A Dbuiltins-systemz-zvector3.c256 vsc = vec_sldb(vsc, vsc, 0); in test_integer()
259 vsc = vec_sldb(vsc, vsc, 7); in test_integer()
262 vuc = vec_sldb(vuc, vuc, 0); in test_integer()
265 vuc = vec_sldb(vuc, vuc, 7); in test_integer()
268 vss = vec_sldb(vss, vss, 0); in test_integer()
271 vss = vec_sldb(vss, vss, 7); in test_integer()
274 vus = vec_sldb(vus, vus, 0); in test_integer()
304 vf = vec_sldb(vf, vf, 0); in test_integer()
307 vf = vec_sldb(vf, vf, 7); in test_integer()
310 vd = vec_sldb(vd, vd, 0); in test_integer()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p10vector.c786 return vec_sldb(vsca, vscb, 0); in test_vec_sldb_sc()
792 return vec_sldb(vuca, vucb, 1); in test_vec_sldb_uc()
799 return vec_sldb(vssa, vssb, 2); in test_vec_sldb_ss()
806 return vec_sldb(vusa, vusb, 3); in test_vec_sldb_us()
813 return vec_sldb(vsia, vsib, 4); in test_vec_sldb_si()
820 return vec_sldb(vuia, vuib, 5); in test_vec_sldb_ui()
827 return vec_sldb(vslla, vsllb, 6); in test_vec_sldb_sll()
834 return vec_sldb(vulla, vullb, 7); in test_vec_sldb_ull()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h7142 vec_sldb(__vector signed char __a, __vector signed char __b, int __c)
7146 vec_sldb(__vector unsigned char __a, __vector unsigned char __b, int __c)
7150 vec_sldb(__vector signed short __a, __vector signed short __b, int __c)
7154 vec_sldb(__vector unsigned short __a, __vector unsigned short __b, int __c)
7158 vec_sldb(__vector signed int __a, __vector signed int __b, int __c)
7162 vec_sldb(__vector unsigned int __a, __vector unsigned int __b, int __c)
7166 vec_sldb(__vector signed long long __a, __vector signed long long __b, int __c)
7170 vec_sldb(__vector unsigned long long __a, __vector unsigned long long __b,
7175 vec_sldb(__vector float __a, __vector float __b, int __c)
7179 vec_sldb(__vector double __a, __vector double __b, int __c)
[all …]
H A Daltivec.h18571 #define vec_sldb(__a, __b, __c) \ macro