OSDN Git Service

target/arm: Use SVEContLdSt in sve_ld1_r
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 8 May 2020 15:43:51 +0000 (08:43 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 May 2020 10:22:06 +0000 (11:22 +0100)
commitb854fd06a868e0308bcfe05ad0a71210705814c7
tree9a3a2696ead1b36c6f025b785bdbad5deb5df9b6
parentcf4a49b71b1712142d7122025a8ca7ea5b59d73f
target/arm: Use SVEContLdSt in sve_ld1_r

First use of the new helper functions, so we can remove the
unused markup.  No longer need a scratch for user-only, as
we completely probe the page set before reading; system mode
still requires a scratch for MMIO.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200508154359.7494-12-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/sve_helper.c