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

/external/clang/lib/Headers/
H A Daltivec.h7663 /* vec_splat */
7666 vec_splat(vector signed char __a, unsigned const int __b) { function
7671 vec_splat(vector unsigned char __a, unsigned const int __b) { function
7676 vec_splat(vector bool char __a, unsigned const int __b) { function
7681 vec_splat(vector signed short __a, unsigned const int __b) { function
7690 vec_splat(vector unsigned short __a, unsigned const int __b) { function
7699 vec_splat(vector bool short __a, unsigned const int __b) { function
7707 static __inline__ vector pixel __ATTRS_o_ai vec_splat(vector pixel __a, function
7717 vec_splat(vector signed int __a, unsigned const int __b) { function
7726 vec_splat(vecto function
7735 vec_splat(vector bool int __a, unsigned const int __b) { function
7743 static __inline__ vector float __ATTRS_o_ai vec_splat(vector float __a, function
7753 static __inline__ vector double __ATTRS_o_ai vec_splat(vector double __a, function
7763 vec_splat(vector bool long long __a, unsigned const int __b) { function
7772 vec_splat(vector signed long long __a, unsigned const int __b) { function
7781 vec_splat(vector unsigned long long __a, unsigned const int __b) { function
[all...]

Completed in 238 milliseconds