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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h6969 #define vec_sldw macro
[all...]
H A Daltivec.h8405 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 207 milliseconds