commit | acf124655873cf7256877a35efd8dacca1b199d8 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Tue Oct 09 21:53:21 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed Oct 31 22:20:48 2012 +0100 |
tree | f31b24ccc66b1a692881a04f584197ce40e95e2f | |
parent | 2d2826b99ee810057c76b48377d286beb9ee943b [diff] |
target-mips: implement movn/movz using movcond Avoid the branches in movn/movz implementation and replace them with movcond. Also update a wrong command. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>