Searched defs:vec_lvlx (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 3459 static inline vec_uchar16 vec_lvlx(int a, unsigned char *b) in vec_lvlx() function 3465 static inline vec_uchar16 vec_lvlx(int a, vec_uchar16 *b) in vec_lvlx() function 3471 static inline vec_char16 vec_lvlx(int a, signed char *b) in vec_lvlx() function 3477 static inline vec_char16 vec_lvlx(int a, vec_char16 *b) in vec_lvlx() function 3483 static inline vec_ushort8 vec_lvlx(int a, unsigned short *b) in vec_lvlx() function 3489 static inline vec_ushort8 vec_lvlx(int a, vec_ushort8 *b) in vec_lvlx() function 3495 static inline vec_short8 vec_lvlx(int a, signed short *b) in vec_lvlx() function 3501 static inline vec_short8 vec_lvlx(int a, vec_short8 *b) in vec_lvlx() function 3507 static inline vec_uint4 vec_lvlx(int a, unsigned int *b) in vec_lvlx() function 3513 static inline vec_uint4 vec_lvlx(int a, vec_uint4 *b) in vec_lvlx() function [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 244 #define vec_lvlx __builtin_vec_lvlx macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 13649 vec_lvlx(int __a, const signed char *__b) { in vec_lvlx() function 13655 vec_lvlx(int __a, const vector signed char *__b) { in vec_lvlx() function 13661 vec_lvlx(int __a, const unsigned char *__b) { in vec_lvlx() function 13667 vec_lvlx(int __a, const vector unsigned char *__b) { in vec_lvlx() function 13673 vec_lvlx(int __a, const vector bool char *__b) { in vec_lvlx() function 13678 static __inline__ vector short __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx() function 13683 static __inline__ vector short __ATTRS_o_ai vec_lvlx(int __a, in vec_lvlx() function 13690 vec_lvlx(int __a, const unsigned short *__b) { in vec_lvlx() function 13696 vec_lvlx(int __a, const vector unsigned short *__b) { in vec_lvlx() function 13702 vec_lvlx(int __a, const vector bool short *__b) { in vec_lvlx() function [all …]
|