commit | 98070ce00f1561bb244c366b2cb76c4b4f7c2de1 | [log] [tgz] |
---|---|---|
author | Nathan Froyd <froydnj@codesourcery.com> | Wed Jul 01 10:52:22 2009 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Jul 03 03:28:20 2009 +0200 |
tree | cfd8c1d506792ac385466f82b06f2f4176bd69d2 | |
parent | 7d69c52ed8939b036fbd31488f9c7b4f5d7b8208 [diff] |
target-mips: fix MADD and MSUB/MSUBU instructions MADD was not correctly writing to HI. MSUB/MSUBU are specified as `HI||LO - product', not `product - HI||LO'. Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>