Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h623 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
643 static inline vec_ushort8 vec_ld(int a, vec_ushort8 *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
668 static inline vec_int4 vec_ld(int a, signed int *b) in vec_ld() function
673 static inline vec_int4 vec_ld(int a, vec_int4 *b) in vec_ld() function
678 static inline vec_float4 vec_ld(int a, float *b) in vec_ld() function
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h233 #define vec_ld __builtin_vec_ld macro
/netbsd/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
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
4058 vec_ld(int __a, const vector unsigned int *__b) { in vec_ld() function
4063 vec_ld(int __a, const unsigned int *__b) { in vec_ld() function
[all …]