Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h664 vec_sel(__vector signed char __a, __vector signed char __b, in vec_sel() function
671 vec_sel(__vector signed char __a, __vector signed char __b, in vec_sel() function
678 vec_sel(__vector __bool char __a, __vector __bool char __b, in vec_sel() function
685 vec_sel(__vector __bool char __a, __vector __bool char __b, in vec_sel() function
691 vec_sel(__vector unsigned char __a, __vector unsigned char __b, in vec_sel() function
697 vec_sel(__vector unsigned char __a, __vector unsigned char __b, in vec_sel() function
704 vec_sel(__vector signed short __a, __vector signed short __b, in vec_sel() function
711 vec_sel(__vector signed short __a, __vector signed short __b, in vec_sel() function
718 vec_sel(__vecto 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(vector short __a, in vec_sel() function
8633 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
8639 vec_sel(vector unsigned short __a, vector unsigned short __b, in vec_sel() function
[all …]