]> 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)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 May 2018 17:10:58 +0000 (18:10 +0100)
commit9a9f1f59521f46e8ff4527d9a2b52f83577e2aa3
tree1f61c19351af8a1bb1de183983fe97c9879285c8
parent88808a022c06f98d81cd3f2d105a5734c5614839
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>
target/arm/translate-a64.c