Searched refs:vec_sll (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h6501 /*-- vec_sll ----------------------------------------------------------------*/
6504 vec_sll(vector signed char __a, vector unsigned char __b) { function
6511 vec_sll(vector signed char __a, vector unsigned short __b) { function
6518 vec_sll(vector signed char __a, vector unsigned int __b) { function
6525 vec_sll(vector bool char __a, vector unsigned char __b) { function
6532 vec_sll(vector bool char __a, vector unsigned short __b) { function
6539 vec_sll(vector bool char __a, vector unsigned int __b) { function
6545 vec_sll(vector unsigned char __a, vector unsigned char __b) { function
6551 vec_sll(vector unsigned char __a, vector unsigned short __b) { function
6557 vec_sll(vecto function
6562 vec_sll(vector signed short __a, vector unsigned char __b) { function
6569 vec_sll(vector signed short __a, vector unsigned short __b) { function
6576 vec_sll(vector signed short __a, vector unsigned int __b) { function
6583 vec_sll(vector bool short __a, vector unsigned char __b) { function
6590 vec_sll(vector bool short __a, vector unsigned short __b) { function
6597 vec_sll(vector bool short __a, vector unsigned int __b) { function
6603 vec_sll(vector unsigned short __a, vector unsigned char __b) { function
6610 vec_sll(vector unsigned short __a, vector unsigned short __b) { function
6617 vec_sll(vector unsigned short __a, vector unsigned int __b) { function
6623 vec_sll(vector signed int __a, vector unsigned char __b) { function
6630 vec_sll(vector signed int __a, vector unsigned short __b) { function
6637 vec_sll(vector signed int __a, vector unsigned int __b) { function
6644 vec_sll(vector bool int __a, vector unsigned char __b) { function
6651 vec_sll(vector bool int __a, vector unsigned short __b) { function
6658 vec_sll(vector bool int __a, vector unsigned int __b) { function
6664 vec_sll(vector unsigned int __a, vector unsigned char __b) { function
6671 vec_sll(vector unsigned int __a, vector unsigned short __b) { function
6678 vec_sll(vector unsigned int __a, vector unsigned int __b) { function
6684 vec_sll(vector signed long long __a, vector unsigned char __b) { function
6691 vec_sll(vector signed long long __a, vector unsigned short __b) { function
6698 vec_sll(vector signed long long __a, vector unsigned int __b) { function
6705 vec_sll(vector bool long long __a, vector unsigned char __b) { function
6712 vec_sll(vector bool long long __a, vector unsigned short __b) { function
6719 vec_sll(vector bool long long __a, vector unsigned int __b) { function
6725 vec_sll(vector unsigned long long __a, vector unsigned char __b) { function
6732 vec_sll(vector unsigned long long __a, vector unsigned short __b) { function
6739 vec_sll(vector unsigned long long __a, vector unsigned int __b) { function
[all...]
H A Daltivec.h8615 /* vec_sll */
8618 vec_sll(vector signed char __a, vector unsigned char __b) { function
8624 vec_sll(vector signed char __a, vector unsigned short __b) { function
8630 vec_sll(vector signed char __a, vector unsigned int __b) { function
8636 vec_sll(vector unsigned char __a, vector unsigned char __b) { function
8642 vec_sll(vector unsigned char __a, vector unsigned short __b) { function
8648 vec_sll(vector unsigned char __a, vector unsigned int __b) { function
8654 vec_sll(vector bool char __a, vector unsigned char __b) { function
8660 vec_sll(vector bool char __a, vector unsigned short __b) { function
8666 vec_sll(vecto function
8671 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, function
8676 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, function
8681 static __inline__ vector short __ATTRS_o_ai vec_sll(vector short __a, function
8687 vec_sll(vector unsigned short __a, vector unsigned char __b) { function
8693 vec_sll(vector unsigned short __a, vector unsigned short __b) { function
8699 vec_sll(vector unsigned short __a, vector unsigned int __b) { function
8705 vec_sll(vector bool short __a, vector unsigned char __b) { function
8711 vec_sll(vector bool short __a, vector unsigned short __b) { function
8717 vec_sll(vector bool short __a, vector unsigned int __b) { function
8722 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, function
8727 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, function
8732 static __inline__ vector pixel __ATTRS_o_ai vec_sll(vector pixel __a, function
8737 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, function
8742 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, function
8747 static __inline__ vector int __ATTRS_o_ai vec_sll(vector int __a, function
8753 vec_sll(vector unsigned int __a, vector unsigned char __b) { function
8759 vec_sll(vector unsigned int __a, vector unsigned short __b) { function
8765 vec_sll(vector unsigned int __a, vector unsigned int __b) { function
8771 vec_sll(vector bool int __a, vector unsigned char __b) { function
8777 vec_sll(vector bool int __a, vector unsigned short __b) { function
8783 vec_sll(vector bool int __a, vector unsigned int __b) { function
8790 vec_sll(vector signed long long __a, vector unsigned char __b) { function
8796 vec_sll(vector unsigned long long __a, vector unsigned char __b) { function
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h87 #define vec_vsl vec_sll
229 #define vec_sll __builtin_vec_sll macro

Completed in 262 milliseconds