Lines Matching defs:vec_sel

8572 /* vec_sel */
8574 #define __builtin_altivec_vsel_4si vec_sel
8576 static __inline__ vector signed char __ATTRS_o_ai vec_sel(
8582 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) {
8587 vec_sel(vector unsigned char __a, vector unsigned char __b,
8592 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel(
8598 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) {
8602 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a,
8608 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a,
8614 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a,
8621 vec_sel(vector unsigned short __a, vector unsigned short __b,
8627 vec_sel(vector unsigned short __a, vector unsigned short __b,
8633 static __inline__ vector bool short __ATTRS_o_ai vec_sel(
8639 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) {
8643 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a,
8649 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a,
8655 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel(
8661 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) {
8666 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) {
8670 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a,
8676 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a,
8684 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a,
8694 vec_sel(vector double __a, vector double __b, vector bool long long __c) {
8701 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) {
8708 vec_sel(vector bool long long __a, vector bool long long __b,
8714 vec_sel(vector bool long long __a, vector bool long long __b,
8721 vec_sel(vector signed long long __a, vector signed long long __b,
8728 vec_sel(vector signed long long __a, vector signed long long __b,
8735 vec_sel(vector unsigned long long __a, vector unsigned long long __b,
8742 vec_sel(vector unsigned long long __a, vector unsigned long long __b,