target/arm: Drop copies in gen_sve_{ldr,str}
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Jan 2023 00:39:06 +0000 (14:39 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 1 Mar 2023 17:33:28 +0000 (07:33 -1000)
commit78817d3b9f560033dab5134422ac89f993bdde1c
tree12c596999c14e713ebe9664cb017224d286d3dbe
parente2e641fa3d5e730f128562d6901dcc729c9bf8a0
target/arm: Drop copies in gen_sve_{ldr,str}

Since we now get TEMP_TB temporaries by default, we no longer
need to make copies across these loops.  These were the only
uses of new_tmp_a64_local(), so remove that as well.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/tcg/translate-a64.c
target/arm/tcg/translate-a64.h
target/arm/tcg/translate-sve.c