On Tue, 23 Jun 2020 at 20:37, Richard Henderson <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]> thanks -- PMM
