commit | 2ceb3a9e0f2110c7d96134f2db7593609ed50bc2 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Sep 21 18:20:25 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 22 15:10:19 2012 +0200 |
tree | 45ba89cb8c9a6a00e0e05abc36c1d0d62d8be286 | |
parent | cfb75cb9807463ebe18b127096b48b5d0db1ce03 [diff] |
tcg-mips: fix wrong usage of 'Z' constraint The 'Z' constraint has been introduced to map the zero register. However when the op also accept a constant, there is no point to accept the zero register in addition. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>