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

/external/clang/lib/Headers/
H A Daltivec.h6181 /* vec_vperm */
6183 static __inline__ vector signed char __ATTRS_o_ai vec_vperm( function
6189 vec_vperm(vector unsigned char __a, vector unsigned char __b, function
6194 static __inline__ vector bool char __ATTRS_o_ai vec_vperm( function
6200 vec_vperm(vector short __a, vector short __b, vector unsigned char __c) { function
6205 vec_vperm(vector unsigned short __a, vector unsigned short __b, function
6210 static __inline__ vector bool short __ATTRS_o_ai vec_vperm( function
6216 vec_vperm(vector pixel __a, vector pixel __b, vector unsigned char __c) { function
6220 static __inline__ vector int __ATTRS_o_ai vec_vperm(vector int __a, function
6227 vec_vperm(vecto function
6233 vec_vperm(vector bool int __a, vector bool int __b, vector unsigned char __c) { function
6238 vec_vperm(vector float __a, vector float __b, vector unsigned char __c) { function
6243 static __inline__ vector long long __ATTRS_o_ai vec_vperm( function
6249 vec_vperm(vector unsigned long long __a, vector unsigned long long __b, function
6255 vec_vperm(vector double __a, vector double __b, vector unsigned char __c) { function
[all...]

Completed in 140 milliseconds