Home | History | Annotate | Download | only in include

Lines Matching defs:vec_sld

7499 /* vec_sld */
7501 #define __builtin_altivec_vsldoi_4si vec_sld
7503 static __inline__ vector signed char __ATTRS_o_ai vec_sld(
7522 vec_sld(vector unsigned char __a, vector unsigned char __b,
7541 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) {
7558 static __inline__ vector signed short __ATTRS_o_ai vec_sld(
7577 vec_sld(vector unsigned short __a, vector unsigned short __b,
7596 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) {
7613 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a,
7633 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) {
7650 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld(
7668 static __inline__ vector bool int __ATTRS_o_ai vec_sld(vector bool int __a,
7687 static __inline__ vector float __ATTRS_o_ai vec_sld(vector float __a,
7708 vec_sld(vector bool long long __a, vector bool long long __b,
7727 vec_sld(vector signed long long __a, vector signed long long __b,
7746 vec_sld(vector unsigned long long __a, vector unsigned long long __b,
7764 static __inline__ vector double __ATTRS_o_ai vec_sld(vector double __a,
7787 return vec_sld(__a, __b, ((__c << 2) & 0x0F));
7793 return vec_sld(__a, __b, ((__c << 2) & 0x0F));
7798 return vec_sld(__a, __b, ((__c << 2) & 0x0F));
7804 return vec_sld(__a, __b, ((__c << 2) & 0x0F));
7809 return vec_sld(__a, __b, ((__c << 2) & 0x0F));
7814 return vec_sld(__a, __b, ((__c << 2) & 0x0F));
7821 return vec_sld(__a, __b, ((__c << 2) & 0x0F));
7827 return vec_sld(__a, __b, ((__c << 2) & 0x0F));