commit | efebeec13d076100191a4a5a98f047c46c0d592c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Aug 30 15:40:12 2025 +1000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Sep 16 17:31:53 2025 +0100 |
tree | 8f7f37903b8dc9266b7200dd19ad6c6b341ce572 | |
parent | 8818b2d91363dc6b478edc4e6325e958e7348648 [diff] |
target/arm: Skip AF and DB updates for AccessType_AT We are required to skip DB update for AT instructions, and we are allowed to skip AF updates. Choose to skip both. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250830054128.448363-9-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>