commit | 45d063d1630486491e22ace34a1d87d71c0eed35 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 19 11:20:20 2023 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 19 11:21:50 2023 +0100 |
tree | d52771ca9b5fabdaf2792fbaecb4a14fee4d54be | |
parent | d78b662f28ac6cdab6ad969bb23a10e0e3cf1c32 [diff] |
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