]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate-sve.c
target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 7 May 2020 17:23:49 +0000 (10:23 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 11 May 2020 10:59:22 +0000 (11:59 +0100)
commit08975da9f0bfcfa654628cae71201a351ba5449a
tree4c17ae392d0fd50f9c67bf1c19d59864911a3673
parent4758567bc00ee52e0861202206f4b8fab5e1af90
target/arm: Use tcg_gen_gvec_5_ptr for sve FMLA/FCMLA

Now that we can pass 7 parameters, do not encode register
operands within simd_data.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200507172352.15418-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper-sve.h
target/arm/sve_helper.c
target/arm/translate-sve.c