Re: [PATCH 4/8] target/arm: Pass env pointer through to gvec_bfdot_idx helper

2024-07-30 Thread Richard Henderson
On 7/31/24 02:03, Peter Maydell wrote: Pass the env pointer through to the gvec_bfdot_idx helper, so we can use it to add support for FEAT_EBF16. Signed-off-by: Peter Maydell --- target/arm/helper.h | 4 ++-- target/arm/tcg/translate-a64.c | 11 ++- target/arm/tcg/tran

[PATCH 4/8] target/arm: Pass env pointer through to gvec_bfdot_idx helper

2024-07-30 Thread Peter Maydell
Pass the env pointer through to the gvec_bfdot_idx helper, so we can use it to add support for FEAT_EBF16. Signed-off-by: Peter Maydell --- target/arm/helper.h | 4 ++-- target/arm/tcg/translate-a64.c | 11 ++- target/arm/tcg/translate-neon.c | 4 ++-- target/arm/tcg/trans