Home
last modified time | relevance | path

Searched refs:vec_ldl (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Daltivec.h2018 vec_ldl(int __a, const vector signed char *__b) in vec_ldl() function
2024 vec_ldl(int __a, const signed char *__b) in vec_ldl() function
2030 vec_ldl(int __a, const vector unsigned char *__b) in vec_ldl() function
2036 vec_ldl(int __a, const unsigned char *__b) in vec_ldl() function
2042 vec_ldl(int __a, const vector bool char *__b) in vec_ldl() function
2048 vec_ldl(int __a, const vector short *__b) in vec_ldl() function
2054 vec_ldl(int __a, const short *__b) in vec_ldl() function
2060 vec_ldl(int __a, const vector unsigned short *__b) in vec_ldl() function
2066 vec_ldl(int __a, const unsigned short *__b) in vec_ldl() function
2072 vec_ldl(int __a, const vector bool short *__b) in vec_ldl() function
[all …]
/freebsd-9-stable/contrib/gcc/config/rs6000/
Daltivec.h71 #define vec_lvxl vec_ldl
204 #define vec_ldl __builtin_vec_ldl macro
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi8433 vector float vec_ldl (int, const vector float *);
8434 vector float vec_ldl (int, const float *);
8435 vector bool int vec_ldl (int, const vector bool int *);
8436 vector signed int vec_ldl (int, const vector signed int *);
8437 vector signed int vec_ldl (int, const int *);
8438 vector signed int vec_ldl (int, const long *);
8439 vector unsigned int vec_ldl (int, const vector unsigned int *);
8440 vector unsigned int vec_ldl (int, const unsigned int *);
8441 vector unsigned int vec_ldl (int, const unsigned long *);
8442 vector bool short vec_ldl (int, const vector bool short *);
[all …]
/freebsd-9-stable/contrib/gcc/
DChangeLog-200225319 (vec_ldl): Same.
DChangeLog-200431725 vec_ldl, vec_lvsl, vec_lvsr, vec_sld, vec_splat, vec_vspltw,