Searched defs:vec_sel (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Daltivec.h226 #define vec_sel __builtin_vec_sel macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dvecintrin.h664 vec_sel(__vector signed char __a, __vector signed char __b, function
671 vec_sel(__vector signed char __a, __vector signed char __b, function
678 vec_sel(__vector __bool char __a, __vector __bool char __b, function
685 vec_sel(__vector __bool char __a, __vector __bool char __b, function
691 vec_sel(__vector unsigned char __a, __vector unsigned char __b, function
697 vec_sel(__vector unsigned char __a, __vector unsigned char __b, function
704 vec_sel(__vector signed short __a, __vector signed short __b, function
711 vec_sel(__vector signed short __a, __vector signed short __b, function
718 vec_sel(__vecto function
725 vec_sel(__vector __bool short __a, __vector __bool short __b, function
731 vec_sel(__vector unsigned short __a, __vector unsigned short __b, function
737 vec_sel(__vector unsigned short __a, __vector unsigned short __b, function
744 vec_sel(__vector signed int __a, __vector signed int __b, function
751 vec_sel(__vector signed int __a, __vector signed int __b, function
758 vec_sel(__vector __bool int __a, __vector __bool int __b, function
765 vec_sel(__vector __bool int __a, __vector __bool int __b, function
771 vec_sel(__vector unsigned int __a, __vector unsigned int __b, function
777 vec_sel(__vector unsigned int __a, __vector unsigned int __b, function
784 vec_sel(__vector signed long long __a, __vector signed long long __b, function
791 vec_sel(__vector signed long long __a, __vector signed long long __b, function
798 vec_sel(__vector __bool long long __a, __vector __bool long long __b, function
805 vec_sel(__vector __bool long long __a, __vector __bool long long __b, function
811 vec_sel(__vector unsigned long long __a, __vector unsigned long long __b, function
817 vec_sel(__vector unsigned long long __a, __vector unsigned long long __b, function
825 vec_sel(__vector float __a, __vector float __b, __vector unsigned int __c) { function
831 vec_sel(__vector float __a, __vector float __b, __vector __bool int __c) { function
840 vec_sel(__vector double __a, __vector double __b, function
847 vec_sel(__vector double __a, __vector double __b, function
[all...]
H A Daltivec.h8576 static __inline__ vector signed char __ATTRS_o_ai vec_sel( function
8582 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) { function
8587 vec_sel(vector unsigned char __a, vector unsigned char __b, function
8592 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel( function
8598 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) { function
8602 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a, function
8608 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a, function
8614 static __inline__ vector short __ATTRS_o_ai vec_sel(vecto function
8621 vec_sel(vector unsigned short __a, vector unsigned short __b, function
8627 vec_sel(vector unsigned short __a, vector unsigned short __b, function
8633 static __inline__ vector bool short __ATTRS_o_ai vec_sel( function
8639 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) { function
8643 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, function
8649 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a, function
8655 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel( function
8661 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) { function
8666 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) { function
8670 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a, function
8676 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, function
8684 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a, function
8694 vec_sel(vector double __a, vector double __b, vector bool long long __c) { function
8701 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) { function
8708 vec_sel(vector bool long long __a, vector bool long long __b, function
8714 vec_sel(vector bool long long __a, vector bool long long __b, function
8721 vec_sel(vector signed long long __a, vector signed long long __b, function
8728 vec_sel(vector signed long long __a, vector signed long long __b, function
8735 vec_sel(vector unsigned long long __a, vector unsigned long long __b, function
8742 vec_sel(vector unsigned long long __a, vector unsigned long long __b, function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Daltivec.h3323 vec_sel (vector float a1, vector float a2, vector signed int a3) function
3329 vec_sel (vector float a1, vector float a2, vector unsigned int a3) function
3335 vec_sel (vector signed int a1, vector signed int a2, vector signed int a3) function
3341 vec_sel (vector signed int a1, vector signed int a2, vector unsigned int a3) function
3347 vec_sel (vector unsigned int a1, vector unsigned int a2, vector signed int a3) function
3353 vec_sel (vector unsigned int a1, vector unsigned int a2, vector unsigned int a3) function
3359 vec_sel (vector signed short a1, vector signed short a2, vector signed short a3) function
3365 vec_sel (vecto function
3371 vec_sel (vector unsigned short a1, vector unsigned short a2, vector signed short a3) function
3377 vec_sel (vector unsigned short a1, vector unsigned short a2, vector unsigned short a3) function
3383 vec_sel (vector signed char a1, vector signed char a2, vector signed char a3) function
3389 vec_sel (vector signed char a1, vector signed char a2, vector unsigned char a3) function
3395 vec_sel (vector unsigned char a1, vector unsigned char a2, vector signed char a3) function
3401 vec_sel (vector unsigned char a1, vector unsigned char a2, vector unsigned char a3) function
7454 #define vec_sel macro
[all...]

Completed in 420 milliseconds