]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 12 May 2023 14:41:04 +0000 (15:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 May 2023 10:35:38 +0000 (11:35 +0100)
commit0ebbe9021254fb6db83780ac8b111e17b7ea2837
tree856c389531879bf83b1101d3e9d54a8ef7feca82
parentc0b5e3943b14298010384eb817b58458a97c5b22
target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] to decodetree

Convert the single-register pointer-authentication variants of BR,
BLR, RET to decodetree. (BRAA/BLRAA are in a different branch of
the legacy decoder and will be dealt with in the next commit.)

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