Home
last modified time | relevance | path

Searched refs:vec_splat (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector-error.c286 vsc = vec_splat(vsc, idx); // expected-error {{no matching function}} in test_core()
289 vsc = vec_splat(vsc, -1); // expected-error {{no matching function}} in test_core()
292 vsc = vec_splat(vsc, 16); // expected-error {{no matching function}} in test_core()
295 vuc = vec_splat(vuc, idx); // expected-error {{no matching function}} in test_core()
298 vuc = vec_splat(vuc, -1); // expected-error {{no matching function}} in test_core()
301 vuc = vec_splat(vuc, 16); // expected-error {{no matching function}} in test_core()
304 vbc = vec_splat(vbc, idx); // expected-error {{no matching function}} in test_core()
307 vbc = vec_splat(vbc, -1); // expected-error {{no matching function}} in test_core()
310 vbc = vec_splat(vbc, 16); // expected-error {{no matching function}} in test_core()
313 vss = vec_splat(vss, idx); // expected-error {{no matching function}} in test_core()
[all …]
H A Dbuiltins-systemz-zvector2-error.c101 vf = vec_splat(vf, idx); // expected-error {{no matching function}} in test_core()
104 vf = vec_splat(vf, -1); // expected-error {{no matching function}} in test_core()
107 vf = vec_splat(vf, 4); // expected-error {{no matching function}} in test_core()
110 vd = vec_splat(vd, idx); // expected-error {{no matching function}} in test_core()
113 vd = vec_splat(vd, -1); // expected-error {{no matching function}} in test_core()
116 vd = vec_splat(vd, 2); // expected-error {{no matching function}} in test_core()
H A Dbuiltins-systemz-zvector2-constrained.c132 vf = vec_splat(vf, 0); in test_core()
135 vf = vec_splat(vf, 1); in test_core()
138 vd = vec_splat(vd, 0); in test_core()
141 vd = vec_splat(vd, 1); in test_core()
H A Dbuiltins-systemz-zvector.c731 vsc = vec_splat(vsc, 0); in test_core()
737 vuc = vec_splat(vuc, 0); in test_core()
743 vbc = vec_splat(vbc, 0); in test_core()
749 vss = vec_splat(vss, 0); in test_core()
752 vss = vec_splat(vss, 7); in test_core()
755 vus = vec_splat(vus, 0); in test_core()
758 vus = vec_splat(vus, 7); in test_core()
761 vbs = vec_splat(vbs, 0); in test_core()
764 vbs = vec_splat(vbs, 7); in test_core()
803 vd = vec_splat(vd, 0); in test_core()
[all …]
H A Dbuiltins-systemz-zvector-constrained.c81 vd = vec_splat(vd, 0); in test_core()
84 vd = vec_splat(vd, 1); in test_core()
H A Dbuiltins-systemz-zvector2.c237 vf = vec_splat(vf, 0); in test_core()
240 vf = vec_splat(vf, 1); in test_core()
243 vd = vec_splat(vd, 0); in test_core()
246 vd = vec_splat(vd, 1); in test_core()
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h232 __a = vec_splat(__A, 0); in _mm_add_ss()
233 __b = vec_splat(__B, 0); in _mm_add_ss()
254 __a = vec_splat(__A, 0); in _mm_sub_ss()
255 __b = vec_splat(__B, 0); in _mm_sub_ss()
276 __a = vec_splat(__A, 0); in _mm_mul_ss()
277 __b = vec_splat(__B, 0); in _mm_mul_ss()
298 __a = vec_splat(__A, 0); in _mm_div_ss()
299 __b = vec_splat(__B, 0); in _mm_div_ss()
319 __a = vec_splat(__A, 0); in _mm_sqrt_ss()
378 __a = vec_splat(__A, 0); in _mm_rcp_ss()
[all …]
H A Demmintrin.h216 _mm_store_pd(__P, vec_splat(__A, 0)); in _mm_store1_pd()
1670 __lshift = vec_splat((__v8hu)__B, 0); in _mm_sll_epi16()
1672 __lshift = vec_splat((__v8hu)__B, 3); in _mm_sll_epi16()
1689 __lshift = vec_splat((__v4su)__B, 0); in _mm_sll_epi32()
1691 __lshift = vec_splat((__v4su)__B, 1); in _mm_sll_epi32()
1709 __lshift = vec_splat((__v2du)__B, 0); in _mm_sll_epi64()
1726 __rshift = vec_splat((__v8hu)__B, 0); in _mm_sra_epi16()
1728 __rshift = vec_splat((__v8hu)__B, 3); in _mm_sra_epi16()
1744 __rshift = vec_splat((__v4su)__B, 0); in _mm_sra_epi32()
1746 __rshift = vec_splat((__v4su)__B, 1); in _mm_sra_epi32()
[all …]
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-32bit-vec-ll.c201 vec_splat(vsll1, 2); in test()
H A Dbuiltins-ppc-vsx.c420 res_vd = vec_splat(vd, 1); in test1()
429 res_vbll = vec_splat(vbll, 1); in test1()
438 res_vsll = vec_splat(vsll, 1); in test1()
447 res_vull = vec_splat(vull, 1); in test1()
H A Dbuiltins-ppc-altivec.c4245 res_vsc = vec_splat(vsc, 0); in test6()
4249 res_vuc = vec_splat(vuc, 0); in test6()
4253 res_vbc = vec_splat(vbc, 0); in test6()
4257 res_vs = vec_splat(vs, 0); in test6()
4261 res_vus = vec_splat(vus, 0); in test6()
4265 res_vbs = vec_splat(vbs, 0); in test6()
4269 res_vp = vec_splat(vp, 0); in test6()
4273 res_vi = vec_splat(vi, 0); in test6()
4277 res_vui = vec_splat(vui, 0); in test6()
4281 res_vbi = vec_splat(vbi, 0); in test6()
[all …]
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h1717 vec_splat(__vector signed char __vec, int __index) in vec_splat() function
1723 vec_splat(__vector __bool char __vec, int __index) in vec_splat() function
1729 vec_splat(__vector unsigned char __vec, int __index) in vec_splat() function
1735 vec_splat(__vector signed short __vec, int __index) in vec_splat() function
1741 vec_splat(__vector __bool short __vec, int __index) in vec_splat() function
1747 vec_splat(__vector unsigned short __vec, int __index) in vec_splat() function
1753 vec_splat(__vector signed int __vec, int __index) in vec_splat() function
1759 vec_splat(__vector __bool int __vec, int __index) in vec_splat() function
1765 vec_splat(__vector unsigned int __vec, int __index) in vec_splat() function
1791 vec_splat(__vector float __vec, int __index) in vec_splat() function
[all …]
H A Daltivec.h10078 vec_splat(vector signed char __a, unsigned const int __b) { in vec_splat() function
10083 vec_splat(vector unsigned char __a, unsigned const int __b) { in vec_splat() function
10088 vec_splat(vector bool char __a, unsigned const int __b) { in vec_splat() function
10093 vec_splat(vector signed short __a, unsigned const int __b) { in vec_splat() function
10102 vec_splat(vector unsigned short __a, unsigned const int __b) { in vec_splat() function
10111 vec_splat(vector bool short __a, unsigned const int __b) { in vec_splat() function
10129 vec_splat(vector signed int __a, unsigned const int __b) { in vec_splat() function
10138 vec_splat(vector unsigned int __a, unsigned const int __b) { in vec_splat() function
10147 vec_splat(vector bool int __a, unsigned const int __b) { in vec_splat() function
12562 __b = (vector signed int)vec_splat(__b, 3); in vec_sums()
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DLexicon.rst306 software intrinsic "vec_splat()". Examples of other hardware names for this
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DREADME_ALTIVEC.txt66 vTemp = vec_splat(v0,2); // 2 is the element the src is in.