Searched defs:vec_ld (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 2251 vec_ld(int __a, const vector signed char *__b) { in vec_ld() function 2256 vec_ld(int __a, const signed char *__b) { in vec_ld() function 2261 vec_ld(int __a, const vector unsigned char *__b) { in vec_ld() function 2266 vec_ld(int __a, const unsigned char *__b) { in vec_ld() function 2271 vec_ld(int __a, const vector bool char *__b) { in vec_ld() function 2275 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, in vec_ld() function 2280 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { in vec_ld() function 2285 vec_ld(int __a, const vector unsigned short *__b) { in vec_ld() function 2290 vec_ld(int __a, const unsigned short *__b) { in vec_ld() function 2295 vec_ld(int __a, const vector bool short *__b) { in vec_ld() function [all …]
|