]> Git Repo - qemu.git/commit
target/arm: Implement bfloat widening fma (vector)
authorRichard Henderson <[email protected]>
Tue, 25 May 2021 22:58:14 +0000 (15:58 -0700)
committerPeter Maydell <[email protected]>
Thu, 3 Jun 2021 15:43:26 +0000 (16:43 +0100)
commit5693887f2e97335362d945c778f2bbddd4e9d1bb
tree064e2cc4ea55864aa274944503d2477f6db4a4d1
parent81266a1f58bf557280c6f7ce3cad1ba8ed8a56f1
target/arm: Implement bfloat widening fma (vector)

This is BFMLAL{B,T} for both AArch64 AdvSIMD and SVE,
and VFMA{B,T}.BF16 for AArch32 NEON.

Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20210525225817[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/helper.h
target/arm/neon-shared.decode
target/arm/sve.decode
target/arm/translate-a64.c
target/arm/translate-neon.c
target/arm/translate-sve.c
target/arm/vec_helper.c
This page took 0.025299 seconds and 4 git commands to generate.