Re: [PATCH v4 04/45] target/arm: Mark ADR as non-streaming

2022-07-01 Thread Peter Maydell
On Tue, 28 Jun 2022 at 05:26, Richard Henderson wrote: > > Mark ADR as a non-streaming instruction, which should trap > if full a64 support is not enabled in streaming mode. > > Removing entries from sme-fa64.decode is an easy way to see > what remains to be done. > > Signed-off-by: Richard

[PATCH v4 04/45] target/arm: Mark ADR as non-streaming

2022-06-27 Thread Richard Henderson
Mark ADR as a non-streaming instruction, which should trap if full a64 support is not enabled in streaming mode. Removing entries from sme-fa64.decode is an easy way to see what remains to be done. Signed-off-by: Richard Henderson --- target/arm/translate.h | 7 +++