]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzw
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Aug 2018 16:17:22 +0000 (17:17 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 19 Mar 2019 01:59:56 +0000 (20:59 -0500)
commit58c4b085ee0bd3eb4cf93b0c7f211496840e8938
tree3333eee2991ddb15d52cda7b8ae5403befc31399
parent38441756b70eec5807b5f60dad11a93a91199866
target/arm: Fix sign of sve_cmpeq_ppzw/sve_cmpne_ppzw

The normal vector element is sign-extended before
comparing with the wide vector element.

Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Message-id: 20180801123111.3595-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit df4e001093988544d09887122ae824f18ba55c68)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/sve_helper.c