]> git.proxmox.com Git - qemu.git/commit
target-mips: implement movn/movz using movcond
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 9 Oct 2012 19:53:21 +0000 (21:53 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 31 Oct 2012 21:20:48 +0000 (22:20 +0100)
commitacf124655873cf7256877a35efd8dacca1b199d8
treef31b24ccc66b1a692881a04f584197ce40e95e2f
parent2d2826b99ee810057c76b48377d286beb9ee943b
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>
target-mips/translate.c