target/arm: Move mte check for store-exclusive
commit5096ec5b32f14906bbc16b0728066723f502fa71
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 6 Jun 2023 09:19:39 +0000 (6 10:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 Jun 2023 09:19:39 +0000 (6 10:19 +0100)
tree5451d2f17364778d777aa9f59441611dca642594
parentc1a1f80518d360b694b32d7a00cd91b79683d026
target/arm: Move mte check for store-exclusive

Push the mte check behind the exclusive_addr check.
Document the several ways that we are still out of spec
with this implementation.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20230530191438.411344-18-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-a64.c