Re: [PATCH v5 19/45] target/arm: Implement SME MOVA

2022-07-06 Thread Richard Henderson
On 7/6/22 22:17, Peter Maydell wrote: On Wed, 6 Jul 2022 at 10:11, Richard Henderson wrote: We can reuse the SVE functions for implementing moves to/from horizontal tile slices, but we need new ones for moves to/from vertical tile slices. Signed-off-by: Richard Henderson +/* + * Move Zre

Re: [PATCH v5 19/45] target/arm: Implement SME MOVA

2022-07-06 Thread Peter Maydell
On Wed, 6 Jul 2022 at 10:11, Richard Henderson wrote: > > We can reuse the SVE functions for implementing moves to/from > horizontal tile slices, but we need new ones for moves to/from > vertical tile slices. > > Signed-off-by: Richard Henderson > +/* > + * Move Zreg vector to ZArray column. >

[PATCH v5 19/45] target/arm: Implement SME MOVA

2022-07-06 Thread Richard Henderson
We can reuse the SVE functions for implementing moves to/from horizontal tile slices, but we need new ones for moves to/from vertical tile slices. Signed-off-by: Richard Henderson --- target/arm/helper-sme.h| 12 +++ target/arm/helper-sve.h| 2 + target/arm/translate-a64.h | 8 ++ t