Searched defs:vec_unpackl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2256 vec_unpackl(__vector signed char __a) { function
2261 vec_unpackl(__vector __bool char __a) { function
2267 vec_unpackl(__vector unsigned char __a) { function
2272 vec_unpackl(__vector signed short __a) { function
2277 vec_unpackl(__vector __bool short __a) { function
2283 vec_unpackl(__vector unsigned short __a) { function
2288 vec_unpackl(__vector signed int __a) { function
2293 vec_unpackl(__vector __bool int __a) { function
2299 vec_unpackl(__vecto function
[all...]
H A Daltivec.h11807 vec_unpackl(vector signed char __a) { function
11816 vec_unpackl(vector bool char __a) { function
11824 static __inline__ vector int __ATTRS_o_ai vec_unpackl(vector short __a) { function
11833 vec_unpackl(vector bool short __a) { function
11842 vec_unpackl(vector pixel __a) { function
11851 static __inline__ vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { function
11860 vec_unpackl(vector bool int __a) { function
11869 vec_unpackl(vector float __a) { function

Completed in 212 milliseconds