Re: [PATCH v3 25/51] target/arm: Implement SME MOVA

2022-06-23 Thread Richard Henderson
On 6/23/22 04:24, Peter Maydell wrote: On Mon, 20 Jun 2022 at 19:20, 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 ---

Re: [PATCH v3 25/51] target/arm: Implement SME MOVA

2022-06-23 Thread Peter Maydell
On Mon, 20 Jun 2022 at 19:20, 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 > --- > target/arm/helper-sme.h| 11 >

[PATCH v3 25/51] target/arm: Implement SME MOVA

2022-06-20 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| 11 target/arm/helper-sve.h| 2 + target/arm/translate-a64.h | 9 +++