target/arm: Add mte helpers for sve scalar + int ff/nf loads
commitaa13f7c3c378fa41366b9fcd6c29af1c3d81126a
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:33 +0000 (25 20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (26 14:31 +0100)
treea9f105e34bd0d0e16291322fd078f31b6b1a4f6e
parent71b9f3948c75bb97641a3c8c7de96d1cb47cdc07
target/arm: Add mte helpers for sve scalar + int ff/nf loads

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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200626033144.790098-36-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper-sve.h
target/arm/sve_helper.c
target/arm/translate-sve.c