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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 7093 /*-- vec_sldw ---------------------------------------------------------------*/
7096 vec_sldw(__vector signed char __a, __vector signed char __b, int __c)
7100 vec_sldw(__vector unsigned char __a, __vector unsigned char __b, int __c)
7104 vec_sldw(__vector signed short __a, __vector signed short __b, int __c)
7108 vec_sldw(__vector unsigned short __a, __vector unsigned short __b, int __c)
7112 vec_sldw(__vector signed int __a, __vector signed int __b, int __c)
7116 vec_sldw(__vector unsigned int __a, __vector unsigned int __b, int __c)
7120 vec_sldw(__vector signed long long __a, __vector signed long long __b, int __c)
7124 vec_sldw(__vector unsigned long long __a, __vector unsigned long long __b,
7130 vec_sldw(__vector double __a, __vector double __b, int __c
7133 #define vec_sldw macro
    [all...]
altivec.h 9207 /* vec_sldw */
9208 static __inline__ vector signed char __ATTRS_o_ai vec_sldw( function
9214 vec_sldw(vector unsigned char __a, vector unsigned char __b, function
9219 static __inline__ vector signed short __ATTRS_o_ai vec_sldw( function
9225 vec_sldw(vector unsigned short __a, vector unsigned short __b, function
9231 vec_sldw(vector signed int __a, vector signed int __b, unsigned const int __c) { function
9235 static __inline__ vector unsigned int __ATTRS_o_ai vec_sldw( function
9240 static __inline__ vector float __ATTRS_o_ai vec_sldw( function
9247 vec_sldw(vector signed long long __a, vector signed long long __b, function
9253 vec_sldw(vector unsigned long long __a, vector unsigned long long __b function
9258 static __inline__ vector double __ATTRS_o_ai vec_sldw( function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 263 #define vec_sldw __builtin_s390_vec_sldw macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 263 #define vec_sldw __builtin_s390_vec_sldw macro

Completed in 27 milliseconds