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

/external/clang/lib/Headers/
H A Daltivec.h2248 /* vec_ld */
2251 vec_ld(int __a, const vector signed char *__b) { function
2256 vec_ld(int __a, const signed char *__b) { function
2261 vec_ld(int __a, const vector unsigned char *__b) { function
2266 vec_ld(int __a, const unsigned char *__b) { function
2271 vec_ld(int __a, const vector bool char *__b) { function
2275 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, function
2280 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { function
2285 vec_ld(int __a, const vector unsigned short *__b) { function
2290 vec_ld(in function
2295 vec_ld(int __a, const vector bool short *__b) { function
2299 static __inline__ vector pixel __ATTRS_o_ai vec_ld(int __a, function
2304 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, function
2309 static __inline__ vector int __ATTRS_o_ai vec_ld(int __a, const int *__b) { function
2314 vec_ld(int __a, const vector unsigned int *__b) { function
2319 vec_ld(int __a, const unsigned int *__b) { function
2324 vec_ld(int __a, const vector bool int *__b) { function
2328 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, function
2333 static __inline__ vector float __ATTRS_o_ai vec_ld(int __a, const float *__b) { function
[all...]

Completed in 129 milliseconds