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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 8764 /*-- vec_mulo ---------------------------------------------------------------*/
8767 vec_mulo(__vector signed char __a, __vector signed char __b) { function
8772 vec_mulo(__vector unsigned char __a, __vector unsigned char __b) { function
8777 vec_mulo(__vector signed short __a, __vector signed short __b) { function
8782 vec_mulo(__vector unsigned short __a, __vector unsigned short __b) { function
8787 vec_mulo(__vector signed int __a, __vector signed int __b) { function
8792 vec_mulo(__vector unsigned int __a, __vector unsigned int __b) { function
altivec.h 6341 /* vec_mulo */
6343 static __inline__ vector short __ATTRS_o_ai vec_mulo(vector signed char __a, function
6353 vec_mulo(vector unsigned char __a, vector unsigned char __b) { function
6361 static __inline__ vector int __ATTRS_o_ai vec_mulo(vector short __a, function
6371 vec_mulo(vector unsigned short __a, vector unsigned short __b) { function
6381 vec_mulo(vector signed int __a, vector signed int __b) { function
6390 vec_mulo(vector unsigned int __a, vector unsigned int __b) { function
6401 vec_mulo(vector signed long long __a, vector signed long long __b) { function
6410 vec_mulo(vector unsigned long long __a, vector unsigned long long __b) { function
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 253 #define vec_mulo __builtin_s390_vec_mulo macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 253 #define vec_mulo __builtin_s390_vec_mulo macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1240 /* vec_mulo (vector multiply odd)
1243 static inline vec_ushort8 vec_mulo(vec_uchar16 a, vec_uchar16 b) function
1255 static inline vec_short8 vec_mulo(vec_char16 a, vec_char16 b) function
1269 static inline vec_uint4 vec_mulo(vec_ushort8 a, vec_ushort8 b) function
1275 static inline vec_int4 vec_mulo(vec_short8 a, vec_short8 b) function

Completed in 66 milliseconds