Searched refs:vec_mule (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h246 #define vec_mule __builtin_s390_vec_mule macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h252 #define vec_mule __builtin_s390_vec_mule macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsi2vmx.h1146 return ((qword)(vec_add(vec_mule((vec_short8)(a), (vec_short8)(b)), (vec_int4)(c))));
1151 return ((qword)(vec_add(vec_mule((vec_ushort8)(a), (vec_ushort8)(b)), (vec_uint4)(c))));
1204 return ((qword)(vec_sl(vec_mule((vec_short8)(a), (vec_short8)(vec_sl((vec_uint4)(b), sixteen))), sixteen)));
1212 return ((qword)(vec_mule((vec_short8)(a), (vec_short8)(b))));
1217 return ((qword)(vec_mule((vec_ushort8)(a), (vec_ushort8)(b))));
H A Daltivec.h261 #define vec_mule __builtin_vec_mule macro
H A Dspu2vmx.h994 #define spu_mule(_a, _b) vec_mule(_a, _b)
H A Demmintrin.h1492 return (__m128i) vec_mule ((__v4su)__A, (__v4su)__B);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsi2vmx.h1146 return ((qword)(vec_add(vec_mule((vec_short8)(a), (vec_short8)(b)), (vec_int4)(c))));
1151 return ((qword)(vec_add(vec_mule((vec_ushort8)(a), (vec_ushort8)(b)), (vec_uint4)(c))));
1204 return ((qword)(vec_sl(vec_mule((vec_short8)(a), (vec_short8)(vec_sl((vec_uint4)(b), sixteen))), sixteen)));
1212 return ((qword)(vec_mule((vec_short8)(a), (vec_short8)(b))));
1217 return ((qword)(vec_mule((vec_ushort8)(a), (vec_ushort8)(b))));
H A Dsmmintrin.h534 return (__m128i) vec_mule ((__v4si) __X, (__v4si) __Y);
H A Demmintrin.h1493 return (__m128i) vec_mule ((__v4su)__A, (__v4su)__B);
H A Dspu2vmx.h994 #define spu_mule(_a, _b) vec_mule(_a, _b)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1197 /* vec_mule (vector multiply even)
1200 static inline vec_ushort8 vec_mule(vec_uchar16 a, vec_uchar16 b) function
1213 static inline vec_short8 vec_mule(vec_char16 a, vec_char16 b) function
1226 static inline vec_uint4 vec_mule(vec_ushort8 a, vec_ushort8 b) function
1233 static inline vec_int4 vec_mule(vec_short8 a, vec_short8 b) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h8732 /*-- vec_mule ---------------------------------------------------------------*/
8735 vec_mule(__vector signed char __a, __vector signed char __b) { function
8740 vec_mule(__vector unsigned char __a, __vector unsigned char __b) { function
8745 vec_mule(__vector signed short __a, __vector signed short __b) { function
8750 vec_mule(__vector unsigned short __a, __vector unsigned short __b) { function
8755 vec_mule(__vector signed int __a, __vector signed int __b) { function
8760 vec_mule(__vector unsigned int __a, __vector unsigned int __b) { function
H A Daltivec.h6195 /* vec_mule */
6197 static __inline__ vector short __ATTRS_o_ai vec_mule(vector signed char __a, function
6207 vec_mule(vector unsigned char __a, vector unsigned char __b) { function
6215 static __inline__ vector int __ATTRS_o_ai vec_mule(vector short __a, function
6225 vec_mule(vector unsigned short __a, vector unsigned short __b) { function
6235 vec_mule(vector signed int __a, vector signed int __b) { function
6244 vec_mule(vector unsigned int __a, vector unsigned int __b) { function
6255 vec_mule(vector signed long long __a, vector signed long long __b) { function
6264 vec_mule(vector unsigned long long __a, vector unsigned long long __b) { function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1460 return (__m128i) vec_mule ((__v4su)__A, (__v4su)__B);

Completed in 500 milliseconds