commit | afcd5df54c5bb9ffbfadf379cca4ecf20ef9b2dc | [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:35 2023 +0100 |
tree | d7c6d95daa3cbf969517fc34d93d7fdf158baf7e | |
parent | 7fefc70661a70ba512a10ebefda0c9c29454d1e1 [diff] |
target/arm: Convert barrier insns to decodetree Convert the insns in the "Barriers" instruction class to decodetree: CLREX, DSB, DMB, ISB and SB. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20230602155223.2040685-4-peter.maydell@linaro.org Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>