On Sun, 22 Jun 2025 at 22:36, Richard Henderson <[email protected]> wrote: > > We missed the instructions UDEF when the vector size is too small.
I think this part also applies to FMMLA_d and trans_LD1RO_zprr and trans_LD1RO_zprr ? We should also probably put something in so that if the user asks for a CPU with a max SVE VL of 128 then we disable FEAT_F64MM. > We missed marking the instructions non-streaming with SME. > > Cc: [email protected] > Signed-off-by: Richard Henderson <[email protected]> > --- > target/arm/tcg/translate-sve.c | 43 ++++++++++++++++++++++++---------- > 1 file changed, 30 insertions(+), 13 deletions(-) These code changes look correct to me. thanks -- PMM
