Searched defs:vec_sldw (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | vecintrin.h | 257 #define vec_sldw __builtin_s390_vec_sldw macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 263 #define vec_sldw __builtin_s390_vec_sldw macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | altivec.h | 273 #define vec_sldw __builtin_vsx_xxsldwi macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 9208 static __inline__ vector signed char __ATTRS_o_ai vec_sldw( in vec_sldw() function 9214 vec_sldw(vector unsigned char __a, vector unsigned char __b, in vec_sldw() function 9219 static __inline__ vector signed short __ATTRS_o_ai vec_sldw( in vec_sldw() function 9225 vec_sldw(vector unsigned short __a, vector unsigned short __b, in vec_sldw() function 9231 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sldw() function 9235 static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw( in vec_sldw() function 9240 static __inline__ vector float __ATTRS_o_ai vec_sldw( in vec_sldw() function 9247 vec_sldw(vector signed long long __a, vector signed long long __b, in vec_sldw() function 9253 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, in vec_sldw() function 9258 static __inline__ vector double __ATTRS_o_ai vec_sldw( in vec_sldw() function
|
H A D | vecintrin.h | 7133 #define vec_sldw(X, Y, Z) ((__typeof__((vec_sldw)((X), (Y), (Z)))) \ macro
|