Searched refs:vec_mulo (Results 1 - 8 of 8) sorted by relevance

/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 Dsi2vmx.h1224 return ((qword)(vec_mulo((vec_short8)(a), (vec_short8)(b))));
1229 return ((qword)(vec_mulo((vec_ushort8)(a), (vec_ushort8)(b))));
1234 return ((qword)(vec_mulo((vec_short8)(a),
1240 return ((qword)(vec_mulo((vec_ushort8)(a),
1248 return ((qword)(vec_sra(vec_mulo((vec_short8)(a), (vec_short8)(b)), ((vec_uint4){16,16,16,16}))));
H A Daltivec.h262 #define vec_mulo __builtin_vec_mulo macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsi2vmx.h1224 return ((qword)(vec_mulo((vec_short8)(a), (vec_short8)(b))));
1229 return ((qword)(vec_mulo((vec_ushort8)(a), (vec_ushort8)(b))));
1234 return ((qword)(vec_mulo((vec_short8)(a),
1240 return ((qword)(vec_mulo((vec_ushort8)(a),
1248 return ((qword)(vec_sra(vec_mulo((vec_short8)(a), (vec_short8)(b)), ((vec_uint4){16,16,16,16}))));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1240 /* 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
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h8764 /*-- 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
H A Daltivec.h6341 /* 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

Completed in 436 milliseconds