commit | f54c35d1ea287beb26f6e929e2362cbc9dcfec07 | [log] [tgz] |
---|---|---|
author | Richard Sandiford <rdsandiford@googlemail.com> | Tue Jan 22 17:16:00 2013 +0000 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu Jan 31 23:42:02 2013 +0100 |
tree | a78392d0555040bc36ad92785899a446fb494b7c | |
parent | c728154bbbc1a86465a0fd6bfc839bc9710ac374 [diff] |
target-mips: Unfuse {,N}M{ADD,SUB}.fmt Turn MADD.fmt, MSUB.fmt, NMADD.fmt and NMSUB.fmt from fused to unfused operations, so that they behave in the same way as a separate multiplication and addition. The instructions were only fused in early MIPS IV processors. Signed-off-by: Richard Sandiford <rdsandiford@googlemail.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>