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/cpu.h | 1 + > target/arm/helper-sve.h | 58 ++++++++++ > target/arm/internals.h | 6 + > target/arm/sve_helper.c | 218 ++++++++++++++++++++++++++++++------- > target/arm/translate-sve.c | 186 ++++++++++++++++++++++--------- > 5 files changed, 378 insertions(+), 91 deletions(-) Reviewed-by: Peter Maydell <[email protected]>
thanks -- PMM
