Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h618 static inline vec_uchar16 vec_ld(int a, unsigned char *b) in vec_ld() function
623 static inline vec_uchar16 vec_ld(int a, vec_uchar16 *b) in vec_ld() function
628 static inline vec_char16 vec_ld(int a, signed char *b) in vec_ld() function
633 static inline vec_char16 vec_ld(int a, vec_char16 *b) in vec_ld() function
638 static inline vec_ushort8 vec_ld(int a, unsigned short *b) in vec_ld() function
643 static inline vec_ushort8 vec_ld(int a, vec_ushort8 *b) in vec_ld() function
648 static inline vec_short8 vec_ld(int a, signed short *b) in vec_ld() function
653 static inline vec_short8 vec_ld(int a, vec_short8 *b) in vec_ld() function
658 static inline vec_uint4 vec_ld(int a, unsigned int *b) in vec_ld() function
663 static inline vec_uint4 vec_ld(int a, vec_uint4 *b) in vec_ld() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h233 #define vec_ld __builtin_vec_ld macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h3995 vec_ld(int __a, const vector signed char *__b) { in vec_ld() function
4000 vec_ld(int __a, const signed char *__b) { in vec_ld() function
4005 vec_ld(int __a, const vector unsigned char *__b) { in vec_ld() function
4010 vec_ld(int __a, const unsigned char *__b) { in vec_ld() function
4015 vec_ld(int __a, const vector bool char *__b) { in vec_ld() function
4019 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, in vec_ld() function
4024 static __inline__ vector short __ATTRS_o_ai vec_ld(int __a, const short *__b) { in vec_ld() function
4029 vec_ld(int __a, const vector unsigned short *__b) { in vec_ld() function
4034 vec_ld(int __a, const unsigned short *__b) { in vec_ld() function
4039 vec_ld(int __a, const vector bool short *__b) { in vec_ld() function
[all …]