]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-half
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Aug 2018 13:05:29 +0000 (14:05 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 19 Mar 2019 02:23:27 +0000 (21:23 -0500)
commitfb661dac05826a2a6c77368c84f4e1870bd9cec7
tree8581010e6a80d45e5769d291aff4db27e6eb71bc
parentaff596dcf4b153fba057c69e01fcb0a4e0744f23
target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-half

We were using the wrong flush-to-zero bit for the non-half input.

Fixes: 46d33d1e3c9
Cc: qemu-stable@nongnu.org (3.0.1)
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>
Tested-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Message-id: 20180810193129.1556-5-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit e4ab5124a5c2e2291006b24bdc21c3dd8d087ff4)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/translate-sve.c