Searched refs:vec_lde (Results 1 - 3 of 3) sorted by relevance

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

Completed in 393 milliseconds