Re: [PATCH v3 11/15] target/arm: Export sve contiguous ldst support functions

2022-05-31 Thread Peter Maydell
On Fri, 27 May 2022 at 19:12, Richard Henderson wrote: > > Export all of the support functions for performing bulk > fault analysis on a set of elements at contiguous addresses > controlled by a predicate. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH v3 11/15] target/arm: Export sve contiguous ldst support functions

2022-05-27 Thread Richard Henderson
Export all of the support functions for performing bulk fault analysis on a set of elements at contiguous addresses controlled by a predicate. Signed-off-by: Richard Henderson --- target/arm/sve_ldst_internal.h | 94 ++ target/arm/sve_helper.c| 87 ++--