Searched defs:vec_ldl (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | altivec.h | 4313 vec_ldl(long __a, const vector signed char *__b) { in vec_ldl() function 4318 vec_ldl(long __a, const signed char *__b) { in vec_ldl() function 4323 vec_ldl(long __a, const vector unsigned char *__b) { in vec_ldl() function 4328 vec_ldl(long __a, const unsigned char *__b) { in vec_ldl() function 4333 vec_ldl(long __a, const vector bool char *__b) { in vec_ldl() function 4337 static __inline__ vector short __ATTRS_o_ai vec_ldl(long __a, in vec_ldl() function 4342 static __inline__ vector short __ATTRS_o_ai vec_ldl(long __a, const short *__b) { in vec_ldl() function 4347 vec_ldl(long __a, const vector unsigned short *__b) { in vec_ldl() function 4352 vec_ldl(long __a, const unsigned short *__b) { in vec_ldl() function 4357 vec_ldl(long __a, const vector bool short *__b) { in vec_ldl() function [all …]
|