HomeSort by: relevance | last modified time | path
    Searched defs:vec_sr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1735 /* vec_sr (vector shift right)
1738 static inline vec_uchar16 vec_sr(vec_uchar16 a, vec_uchar16 b) function
1748 static inline vec_char16 vec_sr(vec_char16 a, vec_uchar16 b) function
1750 return ((vec_char16)(vec_sr((vec_uchar16)(a), b)));
1753 static inline vec_ushort8 vec_sr(vec_ushort8 a, vec_ushort8 b) function
1758 static inline vec_short8 vec_sr(vec_short8 a, vec_ushort8 b) function
1760 return ((vec_short8)(vec_sr((vec_ushort8)(a), b)));
1763 static inline vec_uint4 vec_sr(vec_uint4 a, vec_uint4 b) function
1768 static inline vec_int4 vec_sr(vec_int4 a, vec_uint4 b) function
1770 return ((vec_int4)(vec_sr((vec_uint4)(a), b)))
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 10295 /* vec_sr */
10297 // vec_sr does modulo arithmetic on __b first, so __b is allowed to be more
10300 vec_sr(vector unsigned char __a, vector unsigned char __b) { function
10306 vec_sr(vector signed char __a, vector unsigned char __b) { function
10307 return (vector signed char)vec_sr((vector unsigned char)__a, __b);
10311 vec_sr(vector unsigned short __a, vector unsigned short __b) { function
10316 static __inline__ vector short __ATTRS_o_ai vec_sr(vector short __a, function
10318 return (vector short)vec_sr((vector unsigned short)__a, __b);
10322 vec_sr(vector unsigned int __a, vector unsigned int __b) { function
10327 static __inline__ vector int __ATTRS_o_ai vec_sr(vector int __a function
10334 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { function
10340 vec_sr(vector long long __a, vector unsigned long long __b) { function
10345 vec_sr(vector unsigned long long __a, vector unsigned long long __b) { function
10384 vec_sr(vector long long __a, vector unsigned long long __b) { function
18949 vec_sr(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
18955 vec_sr(vector signed __int128 __a, vector unsigned __int128 __b) { function
    [all...]

Completed in 35 milliseconds