Searched refs:vec_madd (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h324 #define vec_madd __builtin_s390_vec_madd macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h330 #define vec_madd __builtin_s390_vec_madd macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h74 #define vec_vmaddfp vec_madd
H A Dsi2vmx.h1076 return ((qword)(vec_madd((vec_float4)(a), (vec_float4)(b), (vec_float4)(c))));
1158 return ((qword)(vec_madd((vec_float4)(a), (vec_float4)(b),
1181 return ((qword)(vec_madd((vec_float4)(a), (vec_float4)(b), ((vec_float4){0.0f}))));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h72 #define vec_vmaddfp vec_madd
145 #define vec_madd __builtin_vec_madd macro
H A Dsi2vmx.h1076 return ((qword)(vec_madd((vec_float4)(a), (vec_float4)(b), (vec_float4)(c))));
1158 return ((qword)(vec_madd((vec_float4)(a), (vec_float4)(b),
1181 return ((qword)(vec_madd((vec_float4)(a), (vec_float4)(b), ((vec_float4){0.0f}))));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h4680 /* vec_madd */
4690 static __inline__ vector signed short __ATTRS_o_ai vec_madd( function
4696 vec_madd(vector signed short __a, vector unsigned short __b, function
4702 vec_madd(vector unsigned short __a, vector signed short __b, function
4708 vec_madd(vector unsigned short __a, vector unsigned short __b, function
4713 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, function
4724 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, function
H A Dvecintrin.h8955 /*-- vec_madd ---------------------------------------------------------------*/
8959 vec_madd(__vector float __a, __vector float __b, __vector float __c) { function
8965 vec_madd(__vector double __a, __vector double __b, __vector double __c) { function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h831 /* vec_madd (vector multiply add)
834 #define vec_madd(_a, _b, _c) spu_madd(_a, _b, _c) macro

Completed in 529 milliseconds