Home
last modified time | relevance | path

Searched defs:vec_ldl (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h235 #define vec_ldl __builtin_vec_ldl macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h4247 vec_ldl(int __a, const vector signed char *__b) { in vec_ldl() function
4252 vec_ldl(int __a, const signed char *__b) { in vec_ldl() function
4257 vec_ldl(int __a, const vector unsigned char *__b) { in vec_ldl() function
4262 vec_ldl(int __a, const unsigned char *__b) { in vec_ldl() function
4267 vec_ldl(int __a, const vector bool char *__b) { in vec_ldl() function
4271 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, in vec_ldl() function
4276 static __inline__ vector short __ATTRS_o_ai vec_ldl(int __a, const short *__b) { in vec_ldl() function
4281 vec_ldl(int __a, const vector unsigned short *__b) { in vec_ldl() function
4286 vec_ldl(int __a, const unsigned short *__b) { in vec_ldl() function
4291 vec_ldl(int __a, const vector bool short *__b) { in vec_ldl() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h731 #define vec_ldl(_a, _b) vec_ld(_a, _b) macro