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

/external/clang/lib/Headers/
H A Daltivec.h2426 /* vec_lde */
2429 vec_lde(int __a, const signed char *__b) { function
2434 vec_lde(int __a, const unsigned char *__b) { function
2438 static __inline__ vector short __ATTRS_o_ai vec_lde(int __a, const short *__b) { function
2443 vec_lde(int __a, const unsigned short *__b) { function
2447 static __inline__ vector int __ATTRS_o_ai vec_lde(int __a, const int *__b) { function
2452 vec_lde(int __a, const unsigned int *__b) { function
2456 static __inline__ vector float __ATTRS_o_ai vec_lde(int __a, const float *__b) { function

Completed in 128 milliseconds