diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-08-13 17:11:54 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-08-25 10:48:50 +0100 |
commit | 8be9a25058f9a5505d6864f06de86ee01d42fc59 (patch) | |
tree | 456f650bc3e584b160f8f05b52f0967cf41cfe67 /scripts/qapi/gen.py | |
parent | c69e34c6debfb567f6118b59e6efa96a20765dda (diff) | |
download | qemu-8be9a25058f9a5505d6864f06de86ee01d42fc59.zip qemu-8be9a25058f9a5505d6864f06de86ee01d42fc59.tar.gz qemu-8be9a25058f9a5505d6864f06de86ee01d42fc59.tar.bz2 |
target/arm: Implement MVE saturating doubling multiply accumulates
Implement the MVE saturating doubling multiply accumulate insns
VQDMLAH, VQRDMLAH, VQDMLASH and VQRDMLASH. These perform a multiply,
double, add the accumulator shifted by the element size, possibly
round, saturate to twice the element size, then take the high half of
the result. The *MLAH insns do vector * scalar + vector, and the
*MLASH insns do vector * vector + scalar.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/qapi/gen.py')
0 files changed, 0 insertions, 0 deletions