commit | 7d7c4930ab83349ee31945d93a1747331c37c0eb | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Fri Sep 21 18:20:26 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sat Sep 22 15:10:20 2012 +0200 |
tree | 9860d1f8919cc881cfc2e86dd3b9f9d3e314bf23 | |
parent | 04f71aa3fd002d8c3aeb6db72a9219e1a8b3fef4 [diff] |
tcg/mips: implement movcond op on MIPS32R2 movcond operation can be implemented on MIPS32 Release 2 using the MOVN, MOVZ, SLT and SLTU instructions. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>