Searched defs:vec_ld (Results 1 – 2 of 2) 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 …]
|
/external/llvm-project/clang/lib/Headers/ |
D | altivec.h | 3674 vec_ld(int __a, const vector signed char *__b) { in vec_ld() function 3679 vec_ld(int __a, const signed char *__b) { in vec_ld() function 3684 vec_ld(int __a, const vector unsigned char *__b) { in vec_ld() function 3689 vec_ld(int __a, const unsigned char *__b) { in vec_ld() function 3694 vec_ld(int __a, const vector bool char *__b) { in vec_ld() function 3698 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, in vec_ld() function 3703 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { in vec_ld() function 3708 vec_ld(int __a, const vector unsigned short *__b) { in vec_ld() function 3713 vec_ld(int __a, const unsigned short *__b) { in vec_ld() function 3718 vec_ld(int __a, const vector bool short *__b) { in vec_ld() function [all …]
|