Searched refs:vec_splat (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h177 __v4sf __va = vec_splat((__v4sf)__A, 0);
231 a = vec_splat (__A, 0);
232 b = vec_splat (__B, 0);
253 a = vec_splat (__A, 0);
254 b = vec_splat (__B, 0);
275 a = vec_splat (__A, 0);
276 b = vec_splat (__B, 0);
297 a = vec_splat (__A, 0);
298 b = vec_splat (__B, 0);
318 a = vec_splat (__
[all...]
H A Demmintrin.h212 _mm_store_pd (__P, vec_splat (__A, 0));
1083 __v2df temp_b = vec_splat((__v2df)__B, 0);
1132 __v4sf temp = vec_splat ((__v4sf)__B, 0);
1710 lshift = vec_splat ((__v8hu) __B, 0);
1712 lshift = vec_splat ((__v8hu) __B, 3);
1729 lshift = vec_splat ((__v4su) __B, 0);
1731 lshift = vec_splat ((__v4su) __B, 1);
1749 lshift = vec_splat ((__v2du) __B, 0);
1766 rshift = vec_splat ((__v8hu)__B, 0);
1768 rshift = vec_splat ((__v8h
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h231 #define vec_splat __builtin_vec_splat macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h1560 /*-- vec_splat --------------------------------------------------------------*/
1563 vec_splat(vector signed char __vec, int __index)
1569 vec_splat(vector bool char __vec, int __index)
1575 vec_splat(vector unsigned char __vec, int __index)
1581 vec_splat(vector signed short __vec, int __index)
1587 vec_splat(vector bool short __vec, int __index)
1593 vec_splat(vector unsigned short __vec, int __index)
1599 vec_splat(vector signed int __vec, int __index)
1605 vec_splat(vector bool int __vec, int __index)
1611 vec_splat(vecto
[all...]
H A Daltivec.h9181 /* vec_splat */
9184 vec_splat(vector signed char __a, unsigned const int __b) { function
9189 vec_splat(vector unsigned char __a, unsigned const int __b) { function
9194 vec_splat(vector bool char __a, unsigned const int __b) { function
9199 vec_splat(vector signed short __a, unsigned const int __b) { function
9208 vec_splat(vector unsigned short __a, unsigned const int __b) { function
9217 vec_splat(vector bool short __a, unsigned const int __b) { function
9225 static __inline__ vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function
9235 vec_splat(vector signed int __a, unsigned const int __b) { function
9244 vec_splat(vecto function
9253 vec_splat(vector bool int __a, unsigned const int __b) { function
9261 static __inline__ vector float __ATTRS_o_ai vec_splat(vector float __a, function
9271 static __inline__ vector double __ATTRS_o_ai vec_splat(vector double __a, function
9281 vec_splat(vector bool long long __a, unsigned const int __b) { function
9290 vec_splat(vector signed long long __a, unsigned const int __b) { function
9299 vec_splat(vector unsigned long long __a, unsigned const int __b) { function
[all...]

Completed in 154 milliseconds