]> Git Repo - qemu.git/commit
target/arm: Expand read/write_neon_element32 to all MemOp
authorRichard Henderson <[email protected]>
Mon, 2 Nov 2020 16:52:14 +0000 (16:52 +0000)
committerPeter Maydell <[email protected]>
Mon, 2 Nov 2020 16:52:14 +0000 (16:52 +0000)
commit4d5fa5a80ac28f34b8497be1e85371272413a12e
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 <[email protected]>
Message-id: 20201030022618[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate-vfp.c.inc
target/arm/translate.c
This page took 0.022824 seconds and 4 git commands to generate.