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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h327 #define vec_nmsub __builtin_s390_vec_nmsub macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h333 #define vec_nmsub __builtin_s390_vec_nmsub macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h78 #define vec_vnmsubfp vec_nmsub
H A Dsi2vmx.h1282 return ((qword)(vec_nmsub((vec_float4)(a), (vec_float4)(b), (vec_float4)(c))));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h76 #define vec_vnmsubfp vec_nmsub
173 #define vec_nmsub __builtin_vec_nmsub macro
H A Dsi2vmx.h1282 return ((qword)(vec_nmsub((vec_float4)(a), (vec_float4)(b), (vec_float4)(c))));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1281 /* vec_nmsub (vector negative multiply subtract)
1284 #define vec_nmsub(_a, _b, _c) spu_nmsub(_a, _b, _c) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h8997 /*-- vec_nmsub ---------------------------------------------------------------*/
9001 vec_nmsub(__vector float __a, __vector float __b, __vector float __c) { function
9006 vec_nmsub(__vector double __a, __vector double __b, __vector double __c) { function
H A Daltivec.h6631 /* vec_nmsub */
6633 static __inline__ vector float __ATTRS_o_ai vec_nmsub(vector float __a, function
6644 static __inline__ vector double __ATTRS_o_ai vec_nmsub(vector double __a, function

Completed in 496 milliseconds