Home
last modified time | relevance | path

Searched refs:vec_insert (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-zvector3.c152 vss += vec_revb(vec_insert(ss, vec_revb(vss2), 0)); in test_core()
155 vus += vec_revb(vec_insert(us, vec_revb(vus2), 0)); in test_core()
158 vsi += vec_revb(vec_insert(si, vec_revb(vsi2), 0)); in test_core()
161 vui += vec_revb(vec_insert(ui, vec_revb(vui2), 0)); in test_core()
164 vsl += vec_revb(vec_insert(sl, vec_revb(vsl2), 0)); in test_core()
167 vul += vec_revb(vec_insert(ul, vec_revb(vul2), 0)); in test_core()
170 vf += vec_revb(vec_insert(f, vec_revb(vf2), 0)); in test_core()
173 vd += vec_revb(vec_insert(d, vec_revb(vd2), 0)); in test_core()
177 vus = vec_insert(__builtin_bswap16(us), vus2, 0); in test_core()
180 vui = vec_insert(__builtin_bswap32(ui), vui2, 0); in test_core()
[all …]
H A Dbuiltins-systemz-zvector2-constrained.c52 vf = vec_insert(f, vf2, 0); in test_core()
55 vf = vec_insert(0.0f, vf, 1); in test_core()
58 vf = vec_insert(f, vf, idx); in test_core()
62 vd = vec_insert(d, vd2, 0); in test_core()
65 vd = vec_insert(0.0, vd, 1); in test_core()
68 vd = vec_insert(d, vd, idx); in test_core()
H A Dbuiltins-systemz-zvector3-constrained.c57 vf += vec_revb(vec_insert(f, vec_revb(vf2), 0)); in test_core()
60 vd += vec_revb(vec_insert(d, vec_revb(vd2), 0)); in test_core()
H A Dbuiltins-systemz-zvector2.c84 vf = vec_insert(f, vf2, 0); in test_core()
87 vf = vec_insert(0.0f, vf, 1); in test_core()
90 vf = vec_insert(f, vf, idx); in test_core()
94 vd = vec_insert(d, vd2, 0); in test_core()
97 vd = vec_insert(0.0, vd, 1); in test_core()
100 vd = vec_insert(d, vd, idx); in test_core()
H A Dbuiltins-systemz-zvector.c128 vsc = vec_insert(sc, vsc, idx); in test_core()
131 vuc = vec_insert(uc, vuc, idx); in test_core()
134 vuc = vec_insert(uc, vbc, idx); in test_core()
137 vss = vec_insert(ss, vss, idx); in test_core()
140 vus = vec_insert(us, vus, idx); in test_core()
143 vus = vec_insert(us, vbs, idx); in test_core()
146 vsi = vec_insert(si, vsi, idx); in test_core()
149 vui = vec_insert(ui, vui, idx); in test_core()
152 vui = vec_insert(ui, vbi, idx); in test_core()
155 vsl = vec_insert(sl, vsl, idx); in test_core()
[all …]
H A Dbuiltins-systemz-zvector-constrained.c35 vd = vec_insert(d, vd, idx); in test_core()
/llvm-project-15.0.7/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-p8vector.c386 res_vsll = vec_insert(sll, vsll, si); in test1()
390 res_vbll = vec_insert(ull, vbll, si); in test1()
394 res_vull = vec_insert(ull, vull, si); in test1()
398 res_vd = vec_insert(d, vda, si); in test1()
H A Dbuiltins-ppc-altivec.c6103 res_vsc = vec_insert(param_sc, vsc, param_i); in test6()
6107 res_vuc = vec_insert(param_uc, vuc, param_i); in test6()
6111 res_vbc = vec_insert(param_uc, vbc, param_i); in test6()
6115 res_vs = vec_insert(param_s, vs, param_i); in test6()
6119 res_vus = vec_insert(param_us, vus, param_i); in test6()
6123 res_vbs = vec_insert(param_us, vbs, param_i); in test6()
6127 res_vi = vec_insert(param_i, vi, param_i); in test6()
6131 res_vui = vec_insert(param_ui, vui, param_i); in test6()
6135 res_vbi = vec_insert(param_ui, vbi, param_i); in test6()
6139 res_vf = vec_insert(param_f, vf, param_i); in test6()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dvecintrin.h120 vec_insert(signed char __scalar, __vector signed char __vec, int __index) { in vec_insert() function
127 vec_insert(unsigned char __scalar, __vector __bool char __vec, int __index) { in vec_insert() function
147 vec_insert(unsigned short __scalar, __vector __bool short __vec, in vec_insert() function
155 vec_insert(unsigned short __scalar, __vector unsigned short __vec, in vec_insert() function
162 vec_insert(signed int __scalar, __vector signed int __vec, int __index) { in vec_insert() function
169 vec_insert(unsigned int __scalar, __vector __bool int __vec, int __index) { in vec_insert() function
182 vec_insert(signed long long __scalar, __vector signed long long __vec, in vec_insert() function
190 vec_insert(unsigned long long __scalar, __vector __bool long long __vec, in vec_insert() function
198 vec_insert(unsigned long long __scalar, __vector unsigned long long __vec, in vec_insert() function
206 vec_insert(float __scalar, __vector float __vec, int __index) { in vec_insert() function
[all …]
H A Daltivec.h13656 vec_insert(signed char __a, vector signed char __b, int __c) { in vec_insert() function
13662 vec_insert(unsigned char __a, vector unsigned char __b, int __c) { in vec_insert() function
13675 vec_insert(signed short __a, vector signed short __b, int __c) { in vec_insert() function
13681 vec_insert(unsigned short __a, vector unsigned short __b, int __c) { in vec_insert() function
13687 vec_insert(unsigned short __a, vector bool short __b, int __c) { in vec_insert() function
13693 vec_insert(signed int __a, vector signed int __b, int __c) { in vec_insert() function
13699 vec_insert(unsigned int __a, vector unsigned int __b, int __c) { in vec_insert() function
13713 vec_insert(signed long long __a, vector signed long long __b, int __c) { in vec_insert() function
13725 vec_insert(unsigned long long __a, vector bool long long __b, int __c) { in vec_insert() function
13729 static __inline__ vector double __ATTRS_o_ai vec_insert(double __a, in vec_insert() function
[all …]