target/arm: Pass env pointer through to gvec_bfmmla helper
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2024 16:22:15 +0000 (17:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2024 12:12:36 +0000 (13:12 +0100)
commit2da2d7dc904c4afa84ae1a869a63438a8bf17e67
tree56543717266c0163fdb4235db9e662beebd36c39
parentc8d644b951f64122e2a42821388117a1480ecd4a
target/arm: Pass env pointer through to gvec_bfmmla helper

Pass the env pointer through to the gvec_bfmmla helper,
so we can use it to add support for FEAT_EBF16.

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