]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Clear SVE high bits for FMOV
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 10 May 2018 17:10:58 +0000 (18:10 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 18 Jul 2018 15:47:00 +0000 (10:47 -0500)
commite5af958dd2aac7ceb2a8313dca3074d8a99c5a7c
tree054978bd6e181e3a6c2fb778d87cceeb7a80a680
parentc708ce7d6ea9fdaf108fc3510beee5d6ad96f598
target/arm: Clear SVE high bits for FMOV

Use write_fp_dreg and clear_vec_high to zero the bits
that need zeroing for these cases.

Cc: qemu-stable@nongnu.org
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180502221552.3873-5-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
(cherry picked from commit 9a9f1f59521f46e8ff4527d9a2b52f83577e2aa3)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/arm/translate-a64.c