target/arm: Convert LDM, STM
commitc5c426d4c680f908a1e262091a17b088b5709200
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:30:18 +0000 (4 12:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2019 12:23:03 +0000 (5 13:23 +0100)
tree4c7dcbf6447132cade0354305b886046186ce7ef
parent8f4451274b7010c1f50e0baa5bb608f19f02b90f
target/arm: Convert LDM, STM

This includes a minor bug fix to LDM (user), which requires
bit 21 to be 0, which means no writeback.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190904193059.26202-29-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/a32.decode
target/arm/t32.decode
target/arm/translate.c