commit | b8abbbe8df5e04085f4b85fc4f7cf85efbcd492c | [log] [tgz] |
---|---|---|
author | Petar Jovanovic <petarj@mips.com> | Mon Dec 10 16:28:17 2012 +0100 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Tue Jan 01 11:11:38 2013 +0100 |
tree | 597fbe25eec8e83317cf933f93106d938858aeab | |
parent | eec8972a5bc744eda695a86a984d746c240dff90 [diff] |
target-mips: Fix for helpers for EXTR_* instructions The change removes some unnecessary and incorrect code for EXTR_S.H. Further, it corrects the mask for shift value in the EXTR_ instructions. It also extends the existing tests so they trigger the issues corrected with the change. Signed-off-by: Petar Jovanovic <petarj@mips.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>