Searched defs:vec_lde (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 203 #define vec_lde __builtin_vec_lde macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | altivec.h | 1715 vec_lde (int a1, signed char *a2) in vec_lde() function 1721 vec_lde (int a1, unsigned char *a2) in vec_lde() function 1727 vec_lde (int a1, signed short *a2) in vec_lde() function 1733 vec_lde (int a1, unsigned short *a2) in vec_lde() function 1739 vec_lde (int a1, float *a2) in vec_lde() function 1745 vec_lde (int a1, signed int *a2) in vec_lde() function 1751 vec_lde (int a1, unsigned int *a2) in vec_lde() function 1757 vec_lde (int a1, signed long *a2) in vec_lde() function 1763 vec_lde (int a1, unsigned long *a2) in vec_lde() function
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 4227 vec_lde(long __a, const signed char *__b) { in vec_lde() function 4232 vec_lde(long __a, const unsigned char *__b) { in vec_lde() function 4236 static __inline__ vector short __ATTRS_o_ai vec_lde(long __a, const short *__b) { in vec_lde() function 4241 vec_lde(long __a, const unsigned short *__b) { in vec_lde() function 4245 static __inline__ vector int __ATTRS_o_ai vec_lde(long __a, const int *__b) { in vec_lde() function 4250 vec_lde(long __a, const unsigned int *__b) { in vec_lde() function 4254 static __inline__ vector float __ATTRS_o_ai vec_lde(long __a, const float *__b) { in vec_lde() function
|