target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn
commit6799ce7b0e11f4b08c5cf26d08707b829f69449c
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 8 May 2020 15:43:47 +0000 (8 08:43 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 May 2020 10:22:06 +0000 (11 11:22 +0100)
treee99bb7533082d933fd0f7887e7d3ff8383ce14c9
parentb9e60257c10a0116318dc4e23148f7e4d85811a8
target/arm: Use cpu_*_data_ra for sve_ldst_tlb_fn

Use the "normal" memory access functions, rather than the
softmmu internal helper functions directly.

Since fb901c905dc3, cpu_mem_index is now a simple extract
from env->hflags and not a large computation.  Which means
that it's now more work to pass around this value than it
is to recompute it.

This only adjusts the primitives, and does not clean up
all of the uses within sve_helper.c.

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