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

  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1633 /* vec_sl (vector shift left)
1636 static inline vec_uchar16 vec_sl(vec_uchar16 a, vec_uchar16 b) function
1646 static inline vec_char16 vec_sl(vec_char16 a, vec_uchar16 b) function
1648 return ((vec_char16)(vec_sl((vec_uchar16)(a), b)));
1651 static inline vec_ushort8 vec_sl(vec_ushort8 a, vec_ushort8 b) function
1656 static inline vec_short8 vec_sl(vec_short8 a, vec_ushort8 b) function
1661 static inline vec_uint4 vec_sl(vec_uint4 a, vec_uint4 b) function
1666 static inline vec_int4 vec_sl(vec_int4 a, vec_uint4 b) function
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 8784 /* vec_sl */
8786 // vec_sl does modulo arithmetic on __b first, so __b is allowed to be more
8789 vec_sl(vector unsigned char __a, vector unsigned char __b) { function
8795 vec_sl(vector signed char __a, vector unsigned char __b) { function
8796 return (vector signed char)vec_sl((vector unsigned char)__a, __b);
8800 vec_sl(vector unsigned short __a, vector unsigned short __b) { function
8805 static __inline__ vector short __ATTRS_o_ai vec_sl(vector short __a, function
8807 return (vector short)vec_sl((vector unsigned short)__a, __b);
8811 vec_sl(vector unsigned int __a, vector unsigned int __b) { function
8816 static __inline__ vector int __ATTRS_o_ai vec_sl(vector int __a function
8823 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { function
8829 vec_sl(vector long long __a, vector unsigned long long __b) { function
8836 vec_sl(vector unsigned long long __a, vector unsigned long long __b) { function
8875 vec_sl(vector long long __a, vector unsigned long long __b) { function
18937 vec_sl(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
18943 vec_sl(vector signed __int128 __a, vector unsigned __int128 __b) { function
    [all...]

Completed in 25 milliseconds