]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/tcg/translate-sve.c
target/arm: Implement SVE2 FMMLA
authorStephen Long <steplong@quicinc.com>
Tue, 25 May 2021 01:03:12 +0000 (18:03 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:44 +0000 (16:01 +0100)
commit4f26756b8758f28f9f2eb5846cdbd5c0b024dc34
tree9370c18784476230b25963a21fc65e6621dd4c0a
parentcf327449816d5643106445420a0b06b0f38d4f01
target/arm: Implement SVE2 FMMLA

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stephen Long <steplong@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210525010358.152808-47-richard.henderson@linaro.org
Message-Id: <20200422165503.13511-1-steplong@quicinc.com>
[rth: Fix indexing in helpers, expand macro to straight functions.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/helper-sve.h
target/arm/sve.decode
target/arm/sve_helper.c
target/arm/translate-sve.c