]> git.ipfire.org Git - thirdparty/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)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:09 +0000 (01:42 -0500)
commit7ef9bee92493b85b944e0c8a0f2bd1867e2c091c
tree9c3709f3fff7180c9ece338af63b190d9a02764d
parent6d82e71b6ad199c0656a29ad7625abe3d996d0fa
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>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/mips/tcg-target.c
tcg/mips/tcg-target.h