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

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h246 #define vec_unpackl __builtin_vec_unpackl macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h2350 vec_unpackl(__vector signed char __a) { function
2355 vec_unpackl(__vector __bool char __a) { function
2361 vec_unpackl(__vector unsigned char __a) { function
2366 vec_unpackl(__vector signed short __a) { function
2371 vec_unpackl(__vector __bool short __a) { function
2377 vec_unpackl(__vector unsigned short __a) { function
2382 vec_unpackl(__vector signed int __a) { function
2387 vec_unpackl(__vector __bool int __a) { function
2393 vec_unpackl(__vecto function
[all...]
H A Daltivec.h12769 vec_unpackl(vector signed char __a) { function
12778 vec_unpackl(vector bool char __a) { function
12786 static __inline__ vector int __ATTRS_o_ai vec_unpackl(vector short __a) { function
12795 vec_unpackl(vector bool short __a) { function
12804 vec_unpackl(vector pixel __a) { function
12813 static __inline__ vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { function
12822 vec_unpackl(vector bool int __a) { function
12831 vec_unpackl(vector float __a) { function
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h4863 vec_unpackl (vector signed char a1) function
4869 vec_unpackl (vector unsigned short a1) function
4875 vec_unpackl (vector signed short a1) function
8085 #define vec_unpackl(a1) \ macro

Completed in 421 milliseconds