Lines Matching defs:vec_sr
1735 /* vec_sr (vector shift right)
1738 static inline vec_uchar16 vec_sr(vec_uchar16 a, vec_uchar16 b)
1748 static inline vec_char16 vec_sr(vec_char16 a, vec_uchar16 b)
1750 return ((vec_char16)(vec_sr((vec_uchar16)(a), b)));
1753 static inline vec_ushort8 vec_sr(vec_ushort8 a, vec_ushort8 b)
1758 static inline vec_short8 vec_sr(vec_short8 a, vec_ushort8 b)
1760 return ((vec_short8)(vec_sr((vec_ushort8)(a), b)));
1763 static inline vec_uint4 vec_sr(vec_uint4 a, vec_uint4 b)
1768 static inline vec_int4 vec_sr(vec_int4 a, vec_uint4 b)
1770 return ((vec_int4)(vec_sr((vec_uint4)(a), b)));