Searched refs:vec_sldw (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h6930 /*-- vec_sldw ---------------------------------------------------------------*/
6933 vec_sldw(vector signed char __a, vector signed char __b, int __c)
6937 vec_sldw(vector unsigned char __a, vector unsigned char __b, int __c)
6941 vec_sldw(vector signed short __a, vector signed short __b, int __c)
6945 vec_sldw(vector unsigned short __a, vector unsigned short __b, int __c)
6949 vec_sldw(vector signed int __a, vector signed int __b, int __c)
6953 vec_sldw(vector unsigned int __a, vector unsigned int __b, int __c)
6957 vec_sldw(vector signed long long __a, vector signed long long __b, int __c)
6961 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, int __c)
6966 vec_sldw(vecto
6969 #define vec_sldw macro
[all...]
H A Daltivec.h8404 /* vec_sldw */
8405 static __inline__ vector signed char __ATTRS_o_ai vec_sldw( function
8411 vec_sldw(vector unsigned char __a, vector unsigned char __b, function
8416 static __inline__ vector signed short __ATTRS_o_ai vec_sldw( function
8422 vec_sldw(vector unsigned short __a, vector unsigned short __b, function
8428 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { function
8432 static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw( function
8439 vec_sldw(vector signed long long __a, vector signed long long __b, function
8445 vec_sldw(vector unsigned long long __a, vector unsigned long long __b, function

Completed in 157 milliseconds