]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Use SVEContLdSt for contiguous stores
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 8 May 2020 15:43:55 +0000 (08:43 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 May 2020 10:22:06 +0000 (11:22 +0100)
commit0fa476c1bb37a70df7eeff1e5bfb4791feb37e0e
treeb6d91cbf3636df24a22832aa97d9c0ea71da31af
parentc647673ce4d72a8789703c62a7f3cbc732cb1ea8
target/arm: Use SVEContLdSt for contiguous stores

Follow the model set up for contiguous loads.  This handles
watchpoints correctly for contiguous stores, recognizing the
exception before any changes to memory.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200508154359.7494-16-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c