Searched defs:vec_sldw (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | altivec.h | 9289 static __inline__ vector signed char __ATTRS_o_ai vec_sldw( in vec_sldw() function 9295 vec_sldw(vector unsigned char __a, vector unsigned char __b, in vec_sldw() function 9300 static __inline__ vector signed short __ATTRS_o_ai vec_sldw( in vec_sldw() function 9306 vec_sldw(vector unsigned short __a, vector unsigned short __b, in vec_sldw() function 9312 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sldw() function 9316 static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw( in vec_sldw() function 9321 static __inline__ vector float __ATTRS_o_ai vec_sldw( in vec_sldw() function 9328 vec_sldw(vector signed long long __a, vector signed long long __b, in vec_sldw() function 9334 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, in vec_sldw() function 9339 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
|