]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-arm: A64: fix unallocated test of scalar SQXTUN
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 16 Apr 2014 11:29:39 +0000 (12:29 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 21 Jul 2014 03:05:56 +0000 (22:05 -0500)
commitfb039011ff6ec049ee05cb1e99abe86c241c0125
treee70e32bd872e69f539b01ab63525eb6788b2fe8b
parent5ad12b32352696f8c9c779bda6a900c7b6cb0b4d
target-arm: A64: fix unallocated test of scalar SQXTUN

The test for the U bit was incorrectly inverted in the scalar case of SQXTUN.
This doesn't affect the vector case as the U bit is used to select XTN(2).

Reported-by: Hao Liu <hao.liu@arm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit e44a90c59697cf98e05619fbb6f77a403d347495)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-arm/translate-a64.c