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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h246 #define vec_unpackl __builtin_vec_unpackl macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2191 vec_unpackl(vector signed char __a) { function
2196 vec_unpackl(vector bool char __a) { function
2201 vec_unpackl(vector unsigned char __a) { function
2206 vec_unpackl(vector signed short __a) { function
2211 vec_unpackl(vector bool short __a) { function
2216 vec_unpackl(vector unsigned short __a) { function
2221 vec_unpackl(vector signed int __a) { function
2226 vec_unpackl(vector bool int __a) { function
2231 vec_unpackl(vecto function
[all...]
H A Daltivec.h11751 vec_unpackl(vector signed char __a) { function
11760 vec_unpackl(vector bool char __a) { function
11768 static __inline__ vector int __ATTRS_o_ai vec_unpackl(vector short __a) { function
11777 vec_unpackl(vector bool short __a) { function
11786 vec_unpackl(vector pixel __a) { function
11795 static __inline__ vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { function
11804 vec_unpackl(vector bool int __a) { function
11813 vec_unpackl(vector float __a) { function

Completed in 277 milliseconds