target/arm: Add v8M stack checks for Thumb push/pop
commitaa369e5c08bbe2748d2be96f13f4ef469a4d3080
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Oct 2018 13:55:05 +0000 (8 14:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 8 Oct 2018 13:55:05 +0000 (8 14:55 +0100)
tree189a78f02e07f5d92be8220751839a746b16a743
parent0bc003bad9752afc61624cb680226c922f34f82c
target/arm: Add v8M stack checks for Thumb push/pop

Add v8M stack checks for the 16-bit Thumb push/pop
encodings: STMDB, STMFD, LDM, LDMIA, LDMFD.

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-12-peter.maydell@linaro.org
target/arm/translate.c