Lines Matching defs:vec_sel
8491 /* vec_sel */
8493 #define __builtin_altivec_vsel_4si vec_sel
8495 static __inline__ vector signed char __ATTRS_o_ai vec_sel(
8501 vec_sel(vector signed char __a, vector signed char __b, vector bool char __c) {
8506 vec_sel(vector unsigned char __a, vector unsigned char __b,
8511 static __inline__ vector unsigned char __ATTRS_o_ai vec_sel(
8517 vec_sel(vector bool char __a, vector bool char __b, vector unsigned char __c) {
8521 static __inline__ vector bool char __ATTRS_o_ai vec_sel(vector bool char __a,
8527 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a,
8533 static __inline__ vector short __ATTRS_o_ai vec_sel(vector short __a,
8540 vec_sel
8546 vec_sel(vector unsigned short __a, vector unsigned short __b,
8552 static __inline__ vector bool short __ATTRS_o_ai vec_sel(
8558 vec_sel(vector bool short __a, vector bool short __b, vector bool short __c) {
8562 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a,
8568 static __inline__ vector int __ATTRS_o_ai vec_sel(vector int __a,
8574 static __inline__ vector unsigned int __ATTRS_o_ai vec_sel(
8580 vec_sel(vector unsigned int __a, vector unsigned int __b, vector bool int __c) {
8585 vec_sel(vector bool int __a, vector bool int __b, vector unsigned int __c) {
8589 static __inline__ vector bool int __ATTRS_o_ai vec_sel(vector bool int __a,
8595 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a,
8603 static __inline__ vector float __ATTRS_o_ai vec_sel(vector float __a,
8613 vec_sel(vector double __a, vector double __b, vector bool long long __c) {
8620 vec_sel(vector double __a, vector double __b, vector unsigned long long __c) {
8627 vec_sel(vector bool long long __a, vector bool long long __b,
8633 vec_sel(vector bool long long __a, vector bool long long __b,
8640 vec_sel(vector signed long long __a, vector signed long long __b,
8647 vec_sel(vector signed long long __a, vector signed long long __b,
8654 vec_sel(vector unsigned long long __a, vector unsigned long long __b,
8661 vec_sel(vector unsigned long long __a, vector unsigned long long __b,