Searched defs:vec_splat (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1696 #define vec_splat(_a, _b) spu_splats(spu_extract(_a, _b)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h197 #define vec_splat __builtin_s390_vec_splat macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h203 #define vec_splat __builtin_s390_vec_splat macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h276 #define vec_splat __builtin_vec_splat macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h9997 vec_splat(vector signed char __a, unsigned const int __b) { function
10002 vec_splat(vector unsigned char __a, unsigned const int __b) { function
10007 vec_splat(vector bool char __a, unsigned const int __b) { function
10012 vec_splat(vector signed short __a, unsigned const int __b) { function
10021 vec_splat(vector unsigned short __a, unsigned const int __b) { function
10030 vec_splat(vector bool short __a, unsigned const int __b) { function
10038 static __inline__ vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function
10048 vec_splat(vector signed int __a, unsigned const int __b) { function
10057 vec_splat(vecto function
10066 vec_splat(vector bool int __a, unsigned const int __b) { function
10074 static __inline__ vector float __ATTRS_o_ai vec_splat(vector float __a, function
10084 static __inline__ vector double __ATTRS_o_ai vec_splat(vector double __a, function
10094 vec_splat(vector bool long long __a, unsigned const int __b) { function
10103 vec_splat(vector signed long long __a, unsigned const int __b) { function
10112 vec_splat(vector unsigned long long __a, unsigned const int __b) { function
[all...]

Completed in 206 milliseconds