]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-mips/helper.h
target-mips: use the softfloat floatXX_muladd functions
[mirror_qemu.git] / target-mips / helper.h
index 36a2e8da075ed3b0537e775756a949572936df44..da8d9a1381ffcb59b7211d4bc4814db76bbe07f9 100644 (file)
@@ -254,10 +254,10 @@ FOP_PROTO(rsqrt2)
 DEF_HELPER_4(float_ ## op ## _s, i32, env, i32, i32, i32)  \
 DEF_HELPER_4(float_ ## op ## _d, i64, env, i64, i64, i64)  \
 DEF_HELPER_4(float_ ## op ## _ps, i64, env, i64, i64, i64)
-FOP_PROTO(muladd)
-FOP_PROTO(mulsub)
-FOP_PROTO(nmuladd)
-FOP_PROTO(nmulsub)
+FOP_PROTO(madd)
+FOP_PROTO(msub)
+FOP_PROTO(nmadd)
+FOP_PROTO(nmsub)
 #undef FOP_PROTO
 
 #define FOP_PROTO(op)                                    \