Searched defs:vec_splat (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h9184 vec_splat(vector signed char __a, unsigned const int __b) { function
9189 vec_splat(vector unsigned char __a, unsigned const int __b) { function
9194 vec_splat(vector bool char __a, unsigned const int __b) { function
9199 vec_splat(vector signed short __a, unsigned const int __b) { function
9208 vec_splat(vector unsigned short __a, unsigned const int __b) { function
9217 vec_splat(vector bool short __a, unsigned const int __b) { function
9225 static __inline__ vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function
9235 vec_splat(vector signed int __a, unsigned const int __b) { function
9244 vec_splat(vecto function
9253 vec_splat(vector bool int __a, unsigned const int __b) { function
9261 static __inline__ vector float __ATTRS_o_ai vec_splat(vector float __a, function
9271 static __inline__ vector double __ATTRS_o_ai vec_splat(vector double __a, function
9281 vec_splat(vector bool long long __a, unsigned const int __b) { function
9290 vec_splat(vector signed long long __a, unsigned const int __b) { function
9299 vec_splat(vector unsigned long long __a, unsigned const int __b) { function
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h231 #define vec_splat __builtin_vec_splat macro

Completed in 685 milliseconds