Re: [PATCH v4 12/45] target/arm: Mark gather prefetch as non-streaming

2022-07-01 Thread Peter Maydell
On Tue, 28 Jun 2022 at 05:42, Richard Henderson wrote: > > Mark these as a non-streaming instructions, which should trap if full > a64 support is not enabled in streaming mode. In this case, introduce > PRF_ns (prefetch non-streaming) to handle the checks. > > Signed-off-by: Richard Henderson >

[PATCH v4 12/45] target/arm: Mark gather prefetch as non-streaming

2022-06-27 Thread Richard Henderson
Mark these as a non-streaming instructions, which should trap if full a64 support is not enabled in streaming mode. In this case, introduce PRF_ns (prefetch non-streaming) to handle the checks. Signed-off-by: Richard Henderson --- target/arm/sme-fa64.decode | 3 --- target/arm/sve.decode