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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 7028 /*-- vec_sld ----------------------------------------------------------------*/
7031 vec_sld(__vector signed char __a, __vector signed char __b, int __c)
7035 vec_sld(__vector __bool char __a, __vector __bool char __b, int __c)
7039 vec_sld(__vector unsigned char __a, __vector unsigned char __b, int __c)
7043 vec_sld(__vector signed short __a, __vector signed short __b, int __c)
7047 vec_sld(__vector __bool short __a, __vector __bool short __b, int __c)
7051 vec_sld(__vector unsigned short __a, __vector unsigned short __b, int __c)
7055 vec_sld(__vector signed int __a, __vector signed int __b, int __c)
7059 vec_sld(__vector __bool int __a, __vector __bool int __b, int __c)
7063 vec_sld(__vector unsigned int __a, __vector unsigned int __b, int __c
7089 #define vec_sld macro
    [all...]
altivec.h 3426 vec_sld(vector signed int, vector signed int, unsigned const int __c);
3448 return vec_sld(__ret, __ret, 12);
3460 return vec_sld(__ret, __ret, 12);
3468 vec_sld(vector unsigned int, vector unsigned int, unsigned const int __c);
3490 return vec_sld(__ret, __ret, 12);
3502 return vec_sld(__ret, __ret, 12);
3510 vec_sld(vector float, vector float, unsigned const int __c);
3542 return vec_sld(__ret, __ret, 12);
3552 return vec_sld(__ret, __ret, 12);
3562 return vec_sld(__ret, __ret, 12)
8926 static __inline__ vector signed char __ATTRS_o_ai vec_sld( function
8945 vec_sld(vector unsigned char __a, vector unsigned char __b, function
8964 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { function
8981 static __inline__ vector signed short __ATTRS_o_ai vec_sld( function
9000 vec_sld(vector unsigned short __a, vector unsigned short __b, function
9019 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { function
9036 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, function
9056 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { function
9073 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( function
9091 static __inline__ vector bool int __ATTRS_o_ai vec_sld(vector bool int __a, function
9110 static __inline__ vector float __ATTRS_o_ai vec_sld(vector float __a, function
9131 vec_sld(vector bool long long __a, vector bool long long __b, function
9150 vec_sld(vector signed long long __a, vector signed long long __b, function
9169 vec_sld(vector unsigned long long __a, vector unsigned long long __b, function
9187 static __inline__ vector double __ATTRS_o_ai vec_sld(vector double __a, function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 262 #define vec_sld __builtin_s390_vec_sld macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 262 #define vec_sld __builtin_s390_vec_sld macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1672 /* vec_sld (vector shift left double)
1675 #define vec_sld(_a, _b, _c) spu_shuffle(_a, _b, ((vec_uchar16){ 0+(_c), 1+(_c), 2+(_c), 3+(_c), \ macro

Completed in 74 milliseconds