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
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.
>
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