commit | b3d6cd447d594217cbfd09a3ffdf7b7893a1aa92 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Oct 09 21:53:20 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 22:20:45 2012 +0100 |
tree | 7790358bb1de1f0bd0b5845fd316133519574c82 | |
parent | bbc1dedef6530917e34a94a2641932e636f9b02d [diff] |
target-mips: use the softfloat floatXX_muladd functions Use the new softfloat floatXX_muladd() functions to implement the madd, msub, nmadd and nmsub instructions. At the same time replace the name of the helpers by the name of the instruction, as the only reason for the previous names was to keep the macros simple. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>