Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h2350 vec_unpackl(__vector signed char __a) { in vec_unpackl() function
2355 vec_unpackl(__vector __bool char __a) { in vec_unpackl() function
2361 vec_unpackl(__vector unsigned char __a) { in vec_unpackl() function
2366 vec_unpackl(__vector signed short __a) { in vec_unpackl() function
2371 vec_unpackl(__vector __bool short __a) { in vec_unpackl() function
2377 vec_unpackl(__vector unsigned short __a) { in vec_unpackl() function
2382 vec_unpackl(__vector signed int __a) { in vec_unpackl() function
2387 vec_unpackl(__vector __bool int __a) { in vec_unpackl() function
2393 vec_unpackl(__vecto function
[all...]
H A Daltivec.h12781 vec_unpackl(vector signed char __a) { in vec_unpackl() function
12790 vec_unpackl(vector bool char __a) { in vec_unpackl() function
12798 static __inline__ vector int __ATTRS_o_ai vec_unpackl(vector short __a) { in vec_unpackl() function
12807 vec_unpackl(vector bool short __a) { in vec_unpackl() function
12816 vec_unpackl(vector pixel __a) { in vec_unpackl() function
12825 static __inline__ vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { in vec_unpackl() function
12834 vec_unpackl(vector bool int __a) { in vec_unpackl() function
12843 vec_unpackl(vector float __a) { in vec_unpackl() function