Lines Matching defs:vec_sel
8584 /* vec_sel */
8586 #define __builtin_altivec_vsel_4si vec_sel
8588 static __inline__ vector signed char __ATTRS_o_ai vec_sel(
8594 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) {
8599 vec_sel(vector unsigned char __a, vector unsigned char __b,
8604 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel(
8610 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) {
8614 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a,
8620 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a,
8626 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a,
8633 vec_sel(vector unsigned short __a, vector unsigned short __b,
8639 vec_sel(vector unsigned short __a, vector unsigned short __b,
8645 static __inline__ vector bool short __ATTRS_o_ai vec_sel(
8651 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) {
8655 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a,
8661 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a,
8667 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel(
8673 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) {
8678 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) {
8682 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a,
8688 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a,
8696 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a,
8706 vec_sel(vector double __a, vector double __b, vector bool long long __c) {
8713 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) {
8720 vec_sel(vector bool long long __a, vector bool long long __b,
8726 vec_sel(vector bool long long __a, vector bool long long __b,
8733 vec_sel(vector signed long long __a, vector signed long long __b,
8740 vec_sel(vector signed long long __a, vector signed long long __b,
8747 vec_sel(vector unsigned long long __a, vector unsigned long long __b,
8754 vec_sel(vector unsigned long long __a, vector unsigned long long __b,