Searched refs:vec_mladd (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h241 #define vec_mladd __builtin_s390_vec_mladd macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h247 #define vec_mladd __builtin_s390_vec_mladd macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h77 #define vec_vmladduhm vec_mladd
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h74 #define vec_vmladduhm vec_mladd
257 #define vec_mladd __builtin_vec_mladd macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1084 /* vec_mladd (vector multiply low and add unsigned half word)
1087 static inline vec_short8 vec_mladd(vec_short8 a, vec_short8 b, vec_short8 c) function
1098 static inline vec_ushort8 vec_mladd(vec_ushort8 a, vec_ushort8 b, vec_ushort8 c) function
1100 return ((vec_ushort8)(vec_mladd((vec_short8)(a), (vec_short8)(b), (vec_short8)(c))));
1103 static inline vec_short8 vec_mladd(vec_ushort8 a, vec_short8 b, vec_short8 c) function
1105 return (vec_mladd((vec_short8)(a), b, c));
1108 static inline vec_short8 vec_mladd(vec_short8 a, vec_ushort8 b, vec_ushort8 c) function
1110 return (vec_mladd(a, (vec_short8)(b), (vec_short8)(c)));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h8512 /*-- vec_mladd --------------------------------------------------------------*/
8515 vec_mladd(__vector signed char __a, __vector signed char __b, function
8521 vec_mladd(__vector unsigned char __a, __vector signed char __b, function
8527 vec_mladd(__vector signed char __a, __vector unsigned char __b, function
8533 vec_mladd(__vector unsigned char __a, __vector unsigned char __b, function
8539 vec_mladd(__vector signed short __a, __vector signed short __b, function
8545 vec_mladd(__vector unsigned short __a, __vector signed short __b, function
8551 vec_mladd(__vector signed short __a, __vector unsigned short __b, function
8557 vec_mladd(__vector unsigned short __a, __vector unsigned short __b, function
8563 vec_mladd(__vecto function
8569 vec_mladd(__vector unsigned int __a, __vector signed int __b, function
8575 vec_mladd(__vector signed int __a, __vector unsigned int __b, function
8581 vec_mladd(__vector unsigned int __a, __vector unsigned int __b, function
[all...]
H A Daltivec.h4682 vec_mladd(vector signed short, vector signed short, vector signed short);
4684 vec_mladd(vector signed short, vector unsigned short, vector unsigned short);
4686 vec_mladd(vector unsigned short, vector signed short, vector signed short);
4688 vec_mladd(vector unsigned short, vector unsigned short, vector unsigned short);
4692 return vec_mladd(__a, __b, __c);
4698 return vec_mladd(__a, __b, __c);
4704 return vec_mladd(__a, __b, __c);
4710 return vec_mladd(__a, __b, __c);
5926 /* vec_mladd */
5928 #define __builtin_altivec_vmladduhm vec_mladd
5930 static __inline__ vector short __ATTRS_o_ai vec_mladd(vector short __a, function
5936 static __inline__ vector short __ATTRS_o_ai vec_mladd( function
5941 static __inline__ vector short __ATTRS_o_ai vec_mladd(vector unsigned short __a, function
5948 vec_mladd(vector unsigned short __a, vector unsigned short __b, function
[all...]

Completed in 403 milliseconds