On Wed, 3 Jun 2026 at 04:30, Richard Henderson <[email protected]> wrote: > > Signed-off-by: Richard Henderson <[email protected]>
> @@ -4100,6 +4100,8 @@ TRANS_FEAT_STREAMING_IF(BF1CVTLT, > aa64_sme2_or_sve2_f8cvt, aa64_sme2, > TRANS_FEAT_STREAMING_IF(BF2CVTLT, aa64_sme2_or_sve2_f8cvt, aa64_sme2, > do_f8cvt, a, gen_helper_sve2_bfcvt, true, true) > > +TRANS_FEAT(FCVTN, aa64_sme2_or_sve2_f8cvt, do_f8cvt, > + a, gen_helper_sve2_fcvtn_bh, false, false) This also I think should be streaming-if-SME2. Otherwise Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
