On Tue, 23 Jun 2020 at 20:37, Richard Henderson <richard.hender...@linaro.org> wrote: > > Because the elements are sequential, we can eliminate many tests all > at once when the tag hits TCMA, or if the page(s) are not Tagged. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/helper-sve.h | 98 ++++++++++++++++ > target/arm/sve_helper.c | 99 ++++++++++++++-- > target/arm/translate-sve.c | 232 +++++++++++++++++++++++++------------ > 3 files changed, 343 insertions(+), 86 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM