]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement integer matrix multiply accumulate
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 May 2021 01:03:56 +0000 (18:03 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:44 +0000 (16:01 +0100)
commit2323c5ffd4b5c705e768c2f457bc3298a46bf856
treee3f714543b4c59c2a85a4daec814c2e52966897a
parent51879c671b7b0bf513cac6a5386097c8cfd17b3c
target/arm: Implement integer matrix multiply accumulate

This is {S,U,US}MMLA for both AArch64 AdvSIMD and SVE,
and V{S,U,US}MMLA.S8 for AArch32 NEON.

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