On Fri, 27 May 2022 at 19:31, Richard Henderson
<richard.hender...@linaro.org> wrote:
>
> There are SME instructions within the SVE encoding space, and
> technically SME does not require SVE.  Thus we need to move:
>
>     if (!dc_isar_feature(aa64_sve, s) || !disas_sve(s, insn)) {
>
> into each individual instruction.  Use a macro trick similar to
> what we've been using over in target/ppc/.
>

Series:
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>

and applied to target-arm.next.

thanks
-- PMM

Reply via email to