HomeSort by: relevance | last modified time | path
    Searched defs:vec_unpackl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 2347 /*-- vec_unpackl ------------------------------------------------------------*/
2350 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(__vector unsigned int __a) function
    [all...]
altivec.h 12668 /* vec_unpackl */
12671 vec_unpackl(vector signed char __a) { function
12680 vec_unpackl(vector bool char __a) { function
12688 static __inline__ vector int __ATTRS_o_ai vec_unpackl(vector short __a) { function
12697 vec_unpackl(vector bool short __a) { function
12706 vec_unpackl(vector pixel __a) { function
12715 static __inline__ vector long long __ATTRS_o_ai vec_unpackl(vector int __a) { function
12724 vec_unpackl(vector bool int __a) { function
12733 vec_unpackl(vector float __a) { function
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 213 #define vec_unpackl __builtin_s390_vec_unpackl macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 213 #define vec_unpackl __builtin_s390_vec_unpackl macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 2335 /* vec_unpackl (vector unpack low element)
2338 static inline vec_short8 vec_unpackl(vec_char16 a) function
2344 static inline vec_bshort8 vec_unpackl(vec_bchar16 a) function
2346 return ((vec_bshort8)(vec_unpackl((vec_char16)(a))));
2350 static inline vec_int4 vec_unpackl(vec_short8 a) function
2362 static inline vec_uint4 vec_unpackl(vec_pixel8 a) function
2379 static inline vec_bint4 vec_unpackl(vec_bshort8 a) function
2381 return ((vec_bint4)(vec_unpackl((vec_short8)(a))));

Completed in 49 milliseconds