target/arm: Pass separate addend to {U, S}DOT helpers
commitbc2bd6974ef152f0539681afd9875eddaa8e62d9
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 May 2021 01:03:15 +0000 (24 18:03 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:44 +0000 (25 16:01 +0100)
treec1846519c0f2e6a2e78a5db66970b03758f6436d
parent77e786bb958c1fa6f51d94aac6e6c9202ce665ef
target/arm: Pass separate addend to {U, S}DOT helpers

For SVE, we potentially have a 4th argument coming from the
movprfx instruction.  Currently we do not optimize movprfx,
so the problem is not visible.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210525010358.152808-50-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.h
target/arm/sve.decode
target/arm/translate-a64.c
target/arm/translate-neon.c
target/arm/translate-sve.c
target/arm/vec_helper.c