Searched defs:vec_ldl (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Headers/ |
D | altivec.h | 2503 vec_ldl(int __a, const vector signed char *__b) { in vec_ldl() function 2508 vec_ldl(int __a, const signed char *__b) { in vec_ldl() function 2513 vec_ldl(int __a, const vector unsigned char *__b) { in vec_ldl() function 2518 vec_ldl(int __a, const unsigned char *__b) { in vec_ldl() function 2523 vec_ldl(int __a, const vector bool char *__b) { in vec_ldl() function 2527 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, in vec_ldl() function 2532 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, const short *__b) { in vec_ldl() function 2537 vec_ldl(int __a, const vector unsigned short *__b) { in vec_ldl() function 2542 vec_ldl(int __a, const unsigned short *__b) { in vec_ldl() function 2547 vec_ldl(int __a, const vector bool short *__b) { in vec_ldl() function [all …]
|