]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Add v8M stack checks for VLDM/VSTM
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Oct 2018 13:55:05 +0000 (14:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Oct 2018 13:55:05 +0000 (14:55 +0100)
commit8a954faf5412d5073d585d85a1da63a09bb5d84e
treead27faaeaff073714eff979d5d98c360983f05f4
parentaa369e5c08bbe2748d2be96f13f4ef469a4d3080
target/arm: Add v8M stack checks for VLDM/VSTM

Add the v8M stack checks for the VLDM/VSTM
(aka VPUSH/VPOP) instructions. This code is currently
unreachable because we haven't yet implemented M profile
floating point support, but since the change is simple,
we add it now because otherwise we're likely to forget to
do it later.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20181002163556.10279-13-peter.maydell@linaro.org
target/arm/translate.c