target/arm: Convert LDR/STR with 12-bit immediate to decodetree
commit61edd8f878ec3eb51ff3cc5eb5a5e96cb64f534b
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:20:22 +0000 (19 11:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:23:14 +0000 (19 11:23 +0100)
treea38f041036f94b152fef5f3ad522559a5ffa0edb
parent60cd7ba9c5ed0f19119ed5c385235a4500c120b6
target/arm: Convert LDR/STR with 12-bit immediate to decodetree

Convert the LDR and STR instructions which use a 12-bit immediate
offset to decodetree. We can reuse the existing LDR and STR
trans functions for these.

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