commit | be23a049ec30aff1e3627eb1afdf095d940eae4a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 19 11:20:23 2023 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 19 11:23:15 2023 +0100 |
tree | 94a3666f2e8db34deb201d81a6854b28d5caf1d9 | |
parent | 54a9ab74edd34c516552113a89bfc5eb1ec61c8e [diff] |
target/arm: Convert load (pointer auth) insns to decodetree Convert the instructions in the load/store register (pointer authentication) group ot decodetree: LDRAA, LDRAB. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230602155223.2040685-17-peter.maydell@linaro.org