]> Git Repo - qemu.git/commit - target/arm/translate-neon.inc.c
target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree
authorPeter Maydell <[email protected]>
Tue, 12 May 2020 16:38:58 +0000 (17:38 +0100)
committerPeter Maydell <[email protected]>
Thu, 14 May 2020 14:03:09 +0000 (15:03 +0100)
commita26a352bb498662cd0c205cb433a352f86fac7d2
tree28a7a93c08ee8a552ef00d8b5ca264f8e63ab988
parent7ecc28bc72b8033cf4e0c6332135ec20d4125dfb
target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree

Convert the Neon VADD, VSUB, VABD 3-reg-same insns to decodetree.
We already have gvec helpers for addition and subtraction, but must
add one for fabd.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-id: 20200512163904[email protected]
target/arm/helper.h
target/arm/neon-dp.decode
target/arm/neon_helper.c
target/arm/translate-neon.inc.c
target/arm/translate.c
target/arm/vec_helper.c
This page took 0.026405 seconds and 4 git commands to generate.