Home
last modified time | relevance | path

Searched defs:vec_sel (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Dvecintrin.h704 /*-- vec_sel ----------------------------------------------------------------*/ in vec_sel() function
664 vec_sel(__vector signed char __a, __vector signed char __b, vec_sel() function
671 vec_sel(__vector signed char __a, __vector signed char __b, vec_sel() function
678 vec_sel(__vector __bool char __a, __vector __bool char __b, vec_sel() function
685 vec_sel(__vector __bool char __a, __vector __bool char __b, vec_sel() function
691 vec_sel(__vector unsigned char __a, __vector unsigned char __b, vec_sel() function
697 vec_sel(__vector unsigned char __a, __vector unsigned char __b, vec_sel() function
711 vec_sel(__vector signed short __a, __vector signed short __b, vec_sel() function
718 vec_sel(__vector __bool short __a, __vector __bool short __b, vec_sel() function
725 vec_sel(__vector __bool short __a, __vector __bool short __b, vec_sel() function
731 vec_sel(__vector unsigned short __a, __vector unsigned short __b, vec_sel() function
737 vec_sel(__vector unsigned short __a, __vector unsigned short __b, vec_sel() function
744 vec_sel(__vector signed int __a, __vector signed int __b, vec_sel() function
751 vec_sel(__vector signed int __a, __vector signed int __b, vec_sel() function
758 vec_sel(__vector __bool int __a, __vector __bool int __b, vec_sel() function
765 vec_sel(__vector __bool int __a, __vector __bool int __b, vec_sel() function
771 vec_sel(__vector unsigned int __a, __vector unsigned int __b, vec_sel() function
777 vec_sel(__vector unsigned int __a, __vector unsigned int __b, vec_sel() function
784 vec_sel(__vector signed long long __a, __vector signed long long __b, vec_sel() function
791 vec_sel(__vector signed long long __a, __vector signed long long __b, vec_sel() function
798 vec_sel(__vector __bool long long __a, __vector __bool long long __b, vec_sel() function
805 vec_sel(__vector __bool long long __a, __vector __bool long long __b, vec_sel() function
811 vec_sel(__vector unsigned long long __a, __vector unsigned long long __b, vec_sel() function
817 vec_sel(__vector unsigned long long __a, __vector unsigned long long __b, vec_sel() function
825 vec_sel(__vector float __a, __vector float __b, __vector unsigned int __c) { vec_sel() function
831 vec_sel(__vector float __a, __vector float __b, __vector __bool int __c) { vec_sel() function
840 vec_sel(__vector double __a, __vector double __b, vec_sel() function
847 vec_sel(__vector double __a, __vector double __b, vec_sel() function
[all...]
H A Daltivec.h8588 static __inline__ vector signed char __ATTRS_o_ai vec_sel( in vec_sel() function
8594 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { in vec_sel() function
8599 vec_sel(vector unsigned char __a, vector unsigned char __b, in vec_sel() function
8604 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( in vec_sel() function
8610 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { in vec_sel() function
8614 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, in vec_sel() function
8620 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, in vec_sel() function
8626 static __inline__ vector short __ATTRS_o_ai vec_sel(vecto function
8633 vec_sel(vector unsigned short __a, vector unsigned short __b, vec_sel() function
8639 vec_sel(vector unsigned short __a, vector unsigned short __b, vec_sel() function
8645 static __inline__ vector bool short __ATTRS_o_ai vec_sel( vec_sel() function
8651 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { vec_sel() function
8655 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, vec_sel() function
8661 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, vec_sel() function
8667 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel( vec_sel() function
8673 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { vec_sel() function
8678 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { vec_sel() function
8682 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a, vec_sel() function
8688 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, vec_sel() function
8696 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, vec_sel() function
8706 vec_sel(vector double __a, vector double __b, vector bool long long __c) { vec_sel() function
8713 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { vec_sel() function
8720 vec_sel(vector bool long long __a, vector bool long long __b, vec_sel() function
8726 vec_sel(vector bool long long __a, vector bool long long __b, vec_sel() function
8733 vec_sel(vector signed long long __a, vector signed long long __b, vec_sel() function
8740 vec_sel(vector signed long long __a, vector signed long long __b, vec_sel() function
8747 vec_sel(vector unsigned long long __a, vector unsigned long long __b, vec_sel() function
8754 vec_sel(vector unsigned long long __a, vector unsigned long long __b, vec_sel() function
[all...]