target/arm: Implement SVE2 saturating multiply-add high
commitab3ddf3185422eaacab6835d6eb70b068b3a0039
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 May 2021 01:03:01 +0000 (24 18:03 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:44 +0000 (25 16:01 +0100)
tree977f8543acbddd315b984e703c148bfbc3f017ce
parentbfc9307ee1ccec92ba7191c307f4aa3bb0eb6eac
target/arm: Implement SVE2 saturating multiply-add high

SVE2 has two additional sizes of the operation and unlike NEON,
there is no saturation flag.  Create new entry points for SVE2
that do not set QC.

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