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

/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Daltivec.h73 #define vec_vmaddfp vec_madd
133 #define vec_madd __builtin_vec_madd macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h4133 /* vec_madd */
4143 static __inline__ vector signed short __ATTRS_o_ai vec_madd( function
4149 vec_madd(vector signed short __a, vector unsigned short __b, function
4155 vec_madd(vector unsigned short __a, vector signed short __b, function
4161 vec_madd(vector unsigned short __a, vector unsigned short __b, function
4166 static __inline__ vector float __ATTRS_o_ai vec_madd(vector float __a, function
4177 static __inline__ vector double __ATTRS_o_ai vec_madd(vector double __a, function
H A Dvecintrin.h8787 /*-- vec_madd ---------------------------------------------------------------*/
8791 vec_madd(vector float __a, vector float __b, vector float __c) { function
8797 vec_madd(vector double __a, vector double __b, vector double __c) { function

Completed in 480 milliseconds