target/arm: Add mte helpers for sve scatter/gather memory ops
commitd28d12f008ee44dc2cc2ee5d8f673be9febc951e
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 26 Jun 2020 03:31:35 +0000 (25 20:31 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 26 Jun 2020 13:31:12 +0000 (26 14:31 +0100)
tree7997410653269508154f6fd8a4174f9730e2ffac
parent9473d0ecafcffc8b258892b1f9f18e037bdba958
target/arm: Add mte helpers for sve scatter/gather memory ops

Because the elements are non-sequential, we cannot eliminate many
tests straight away like we can for sequential operations.  But
we often have the PTE details handy, so we can test for Tagged.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200626033144.790098-38-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