commit | 9c19eb1e205b29018f6f61c5f43db6abbe7dc0e5 | [log] [tgz] |
---|---|---|
author | Petar Jovanovic <petarj@mips.com> | Wed Feb 06 18:05:25 2013 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Feb 23 22:20:44 2013 +0100 |
tree | 06322cab1c08f85ad54636392baac20f99e20121 | |
parent | d2123a079d983677ec8333940aa4bec803d98cde [diff] |
target-mips: fix for incorrect multiplication with MULQ_S.PH The change corrects sign-related issue with MULQ_S.PH. It also includes extension to the already existing test which will trigger the issue. Signed-off-by: Petar Jovanovic <petarj@mips.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>