]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert MSR (immediate) to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:20:20 +0000 (11:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 Jun 2023 10:21:50 +0000 (11:21 +0100)
commit45d063d1630486491e22ace34a1d87d71c0eed35
treed52771ca9b5fabdaf2792fbaecb4a14fee4d54be
parentd78b662f28ac6cdab6ad969bb23a10e0e3cf1c32
target/arm: Convert MSR (immediate) to decodetree

Convert the MSR (immediate) insn to decodetree. Our implementation
has basically no commonality between the different destinations,
so we decode the destination register in a64.decode.

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