]> git.proxmox.com Git - qemu.git/commit
tcg/mips: implement movcond op on MIPS32R2
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 16:20:26 +0000 (18:20 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 22 Sep 2012 13:10:20 +0000 (15:10 +0200)
commit7d7c4930ab83349ee31945d93a1747331c37c0eb
tree9860d1f8919cc881cfc2e86dd3b9f9d3e314bf23
parent04f71aa3fd002d8c3aeb6db72a9219e1a8b3fef4
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>
tcg/mips/tcg-target.c
tcg/mips/tcg-target.h