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

  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 251 #define vec_mulh __builtin_s390_vec_mulh macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 251 #define vec_mulh __builtin_s390_vec_mulh macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 8700 /*-- vec_mulh ---------------------------------------------------------------*/
8703 vec_mulh(__vector signed char __a, __vector signed char __b) { function
8708 vec_mulh(__vector unsigned char __a, __vector unsigned char __b) { function
8713 vec_mulh(__vector signed short __a, __vector signed short __b) { function
8718 vec_mulh(__vector unsigned short __a, __vector unsigned short __b) { function
8723 vec_mulh(__vector signed int __a, __vector signed int __b) { function
8728 vec_mulh(__vector unsigned int __a, __vector unsigned int __b) { function
altivec.h 6317 /* vec_mulh */
6321 vec_mulh(vector signed int __a, vector signed int __b) { function
6326 vec_mulh(vector unsigned int __a, vector unsigned int __b) { function
6331 vec_mulh(vector signed long long __a, vector signed long long __b) { function
6336 vec_mulh(vector unsigned long long __a, vector unsigned long long __b) { function

Completed in 26 milliseconds