[Qemu-devel] [PATCH] target-arm: A64: fix unallocated test of scalar SQXTUN

2014-04-16 Thread Alex Bennée
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@arm.com Signed-off-by: Alex Bennée alex.ben...@linaro.org --- target-arm/translate-a64.c | 2 +- 1 file changed, 1

Re: [Qemu-devel] [PATCH] target-arm: A64: fix unallocated test of scalar SQXTUN

2014-04-16 Thread Claudio Fontana
On 16.04.2014 13:29, Alex Bennée wrote: 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@arm.com Signed-off-by: Alex Bennée alex.ben...@linaro.org ---

Re: [Qemu-devel] [PATCH] target-arm: A64: fix unallocated test of scalar SQXTUN

2014-04-16 Thread Peter Maydell
On 16 April 2014 12:29, Alex Bennée alex.ben...@linaro.org wrote: 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@arm.com Signed-off-by: Alex Bennée