Searched refs:spu_nmsub (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Ddivv2df3.c119 inv_bf = spu_madd(spu_nmsub(mant_bf, inv_bf, onef), inv_bf, inv_bf);
125 inv_b = spu_madd(spu_nmsub(mant_b, inv_b, one), inv_b, inv_b);
127 q1 = spu_madd(spu_nmsub(mant_b, q0, mant_a), inv_b, q0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h289 #define spu_nmsub(ra,rb,rc) __builtin_spu_nmsub(ra,rb,rc) macro
H A Dvmx2spu.h1284 #define vec_nmsub(_a, _b, _c) spu_nmsub(_a, _b, _c)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h1096 /* spu_nmsub
1099 static __inline vec_float4 spu_nmsub(vec_float4 a, vec_float4 b, vec_float4 c) function
1104 static __inline vec_double2 spu_nmsub(vec_double2 a, vec_double2 b, vec_double2 c) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h1096 /* spu_nmsub
1099 static __inline vec_float4 spu_nmsub(vec_float4 a, vec_float4 b, vec_float4 c) function
1104 static __inline vec_double2 spu_nmsub(vec_double2 a, vec_double2 b, vec_double2 c) function

Completed in 93 milliseconds