On 11/6/23 18:00, Peter Maydell wrote:
Convert the insns in the "Barriers" instruction class to decodetree: CLREX, DSB, DMB, ISB and SB.Signed-off-by: Peter Maydell <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Message-id: [email protected] --- target/arm/tcg/a64.decode | 7 +++ target/arm/tcg/translate-a64.c | 92 ++++++++++++++-------------------- 2 files changed, 46 insertions(+), 53 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
