Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h3553 static inline vec_uchar16 vec_lvrx(int a, unsigned char *b) in vec_lvrx() function
3559 static inline vec_uchar16 vec_lvrx(int a, vec_uchar16 *b) in vec_lvrx() function
3565 static inline vec_char16 vec_lvrx(int a, signed char *b) in vec_lvrx() function
3571 static inline vec_char16 vec_lvrx(int a, vec_char16 *b) in vec_lvrx() function
3577 static inline vec_ushort8 vec_lvrx(int a, unsigned short *b) in vec_lvrx() function
3583 static inline vec_ushort8 vec_lvrx(int a, vec_ushort8 *b) in vec_lvrx() function
3589 static inline vec_short8 vec_lvrx(int a, signed short *b) in vec_lvrx() function
3595 static inline vec_short8 vec_lvrx(int a, vec_short8 *b) in vec_lvrx() function
3601 static inline vec_uint4 vec_lvrx(int a, unsigned int *b) in vec_lvrx() function
3607 static inline vec_uint4 vec_lvrx(int a, vec_uint4 *b) in vec_lvrx() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h246 #define vec_lvrx __builtin_vec_lvrx macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h13861 vec_lvrx(int __a, const signed char *__b) { in vec_lvrx() function
13867 vec_lvrx(int __a, const vector signed char *__b) { in vec_lvrx() function
13873 vec_lvrx(int __a, const unsigned char *__b) { in vec_lvrx() function
13879 vec_lvrx(int __a, const vector unsigned char *__b) { in vec_lvrx() function
13885 vec_lvrx(int __a, const vector bool char *__b) { in vec_lvrx() function
13890 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx() function
13895 static __inline__ vector short __ATTRS_o_ai vec_lvrx(int __a, in vec_lvrx() function
13902 vec_lvrx(int __a, const unsigned short *__b) { in vec_lvrx() function
13908 vec_lvrx(int __a, const vector unsigned short *__b) { in vec_lvrx() function
13914 vec_lvrx(int __a, const vector bool short *__b) { in vec_lvrx() function
[all …]