]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Split out do_neon_ddda
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 May 2021 01:03:53 +0000 (18:03 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:44 +0000 (16:01 +0100)
commit5a46304c03265d2c632583436b8d7c8641fa0d16
treed4f55f27820866ebfb9091109b5f5103a75f6c04
parent64ea60869be0fc80e32055912fe3c1a55290231c
target/arm: Split out do_neon_ddda

Split out a helper that can handle the 4-register
format for helpers shared with SVE.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210525010358.152808-88-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-neon.c