Searched defs:vec_mulo (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1243 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
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h8767 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
H A Daltivec.h6343 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
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h247 #define vec_mulo __builtin_s390_vec_mulo macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h253 #define vec_mulo __builtin_s390_vec_mulo macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h262 #define vec_mulo __builtin_vec_mulo macro

Completed in 258 milliseconds