]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Pass ZA to helper_sve2_fmlal_zz[zx]w_s
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 4 Jul 2025 14:19:57 +0000 (08:19 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Jul 2025 14:52:21 +0000 (15:52 +0100)
commita476ef9652793f1932605737adb8bce89ee069b2
tree45625d9951faa74bdfd69809bfac45f67cb32e51
parent9fbc9bd4861971b717181872ec9c578b42f5bcf8
target/arm: Pass ZA to helper_sve2_fmlal_zz[zx]w_s

Indicate whether to use FPST_FPCR or FPST_ZA via bit 2 of
simd_data(desc).  For SVE, this bit remains zero.
For do_FMLAL_zzzw, this requires no change.
For do_FMLAL_zzxw, move the index up one bit.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250704142112.1018902-35-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/translate-sve.c
target/arm/tcg/vec_helper.c