Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h691 static inline vec_uchar16 vec_lde(int a, unsigned char *b) in vec_lde() function
696 static inline vec_char16 vec_lde(int a, signed char *b) in vec_lde() function
701 static inline vec_ushort8 vec_lde(int a, unsigned short *b) in vec_lde() function
706 static inline vec_short8 vec_lde(int a, signed short *b) in vec_lde() function
712 static inline vec_uint4 vec_lde(int a, unsigned int *b) in vec_lde() function
717 static inline vec_int4 vec_lde(int a, signed int *b) in vec_lde() function
723 static inline vec_float4 vec_lde(int a, float *b) in vec_lde() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h234 #define vec_lde __builtin_vec_lde macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h4173 vec_lde(int __a, const signed char *__b) { in vec_lde() function
4178 vec_lde(int __a, const unsigned char *__b) { in vec_lde() function
4182 static __inline__ vector short __ATTRS_o_ai vec_lde(int __a, const short *__b) { in vec_lde() function
4187 vec_lde(int __a, const unsigned short *__b) { in vec_lde() function
4191 static __inline__ vector int __ATTRS_o_ai vec_lde(int __a, const int *__b) { in vec_lde() function
4196 vec_lde(int __a, const unsigned int *__b) { in vec_lde() function
4200 static __inline__ vector float __ATTRS_o_ai vec_lde(int __a, const float *__b) { in vec_lde() function