target/arm: Expand read/write_neon_element32 to all MemOp
commit4d5fa5a80ac28f34b8497be1e85371272413a12e
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 2 Nov 2020 16:52:14 +0000 (2 16:52 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 2 Nov 2020 16:52:14 +0000 (2 16:52 +0000)
treea1b77a6f597e4718a6b9745d1ad9cccad074ae3f
parenta712266f5d5a36d04b22fe69fa15592d62bed019
target/arm: Expand read/write_neon_element32 to all MemOp

We can then use this to improve VMOV (scalar to gp) and
VMOV (gp to scalar) so that we simply perform the memory
operation that we wanted, rather than inserting or
extracting from a 32-bit quantity.

These were the last uses of neon_load/store_reg, so remove them.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20201030022618.785675-7-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-vfp.c.inc
target/arm/translate.c