]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert ld/st reg+imm9 insns to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:20:22 +0000 (11:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:23:14 +0000 (11:23 +0100)
commit60cd7ba9c5ed0f19119ed5c385235a4500c120b6
tree690a5c014fbb9985fe3cf73cbdddefd025fac7e7
parent8c212eb65944097d70a28195985acd0ba2a016bc
target/arm: Convert ld/st reg+imm9 insns to decodetree

Convert the load and store instructions which use a 9-bit
immediate offset to decodetree.

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