]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg-mips: fix wrong usage of 'Z' constraint
authorAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 16:20:25 +0000 (18:20 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:09 +0000 (01:42 -0500)
commitdf3e097e21ee80ed7eefa62fca02a7f30f23baa2
treeb7c4c8d8dd5574a9289013bd9f42dd3d86380054
parent707eee12fdc7e0abd0066ba04b1a2a924f823467
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>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/mips/tcg-target.c