commit | a345481baa2b2fb3d54f8c9ddb58dfcaf75786df | [log] [tgz] |
---|---|---|
author | Petar Jovanovic <petarj@mips.com> | Thu Feb 07 19:36:09 2013 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Feb 23 22:20:45 2013 +0100 |
tree | f644378b66e59d6f0251c62ab43244f117584d28 | |
parent | 9c19eb1e205b29018f6f61c5f43db6abbe7dc0e5 [diff] |
target-mips: fix for sign-issue in MULQ_W helper Correct sign-propagation before multiplication in MULQ_W helper. The change also fixes previously incorrect expected values in the tests for MULQ_RS.W and MULQ_S.W. Signed-off-by: Petar Jovanovic <petarj@mips.com> Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>