Searched refs:vec_pack (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h470 return (__m128i) vec_pack (__C, __D);
487 __v8hi __E = vec_pack (__C, __D);
H A Dxmmintrin.h1205 result = (__vector unsigned long long) vec_pack (temp, temp);
1222 tmp_s = vec_pack (tmp_i, zero);
1223 res_v = vec_pack (tmp_s, tmp_s);
H A Dmmintrin.h212 __vector __bool char packsel = vec_pack(__select, __select);
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h221 #define vec_pack __builtin_vec_pack macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h1937 /*-- vec_pack ---------------------------------------------------------------*/
1940 vec_pack(vector signed short __a, vector signed short __b) { function
1949 vec_pack(vector bool short __a, vector bool short __b) { function
1958 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
1967 vec_pack(vector signed int __a, vector signed int __b) { function
1976 vec_pack(vector bool int __a, vector bool int __b) { function
1985 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
1994 vec_pack(vector signed long long __a, vector signed long long __b) { function
2001 vec_pack(vector bool long long __a, vector bool long long __b) { function
2008 vec_pack(vecto function
[all...]
H A Daltivec.h6685 /* vec_pack */
6691 vec_pack(vector signed short __a, vector signed short __b) { function
6706 vec_pack(vector unsigned short __a, vector unsigned short __b) { function
6721 vec_pack(vector bool short __a, vector bool short __b) { function
6735 static __inline__ vector short __ATTRS_o_ai vec_pack(vector int __a, function
6751 vec_pack(vector unsigned int __a, vector unsigned int __b) { function
6765 static __inline__ vector bool short __ATTRS_o_ai vec_pack(vector bool int __a, function
6782 vec_pack(vector signed long long __a, vector signed long long __b) { function
6796 vec_pack(vector unsigned long long __a, vector unsigned long long __b) { function
6811 vec_pack(vecto function
6826 vec_pack(vector double __a, vector double __b) { function
[all...]

Completed in 333 milliseconds