target/arm: Convert CBZ, CBNZ to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 12 May 2023 14:41:00 +0000 (15:41 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 May 2023 10:32:41 +0000 (11:32 +0100)
commitf8977d50fc43176ca33796e36e7cd40e809c3628
treecd0ccc545bbc1c3ced8bb45c8165cc2ffb4107e3
parent6201b2a4d050548731eae88c770106352271749e
target/arm: Convert CBZ, CBNZ to decodetree

Convert the compare-and-branch-immediate insns CBZ and CBNZ
to decodetree.

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