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

Convert the Neon integer VPADD 3-reg-same insns to decodetree.  These
are 'pairwise' operations.  (Note that VQRDMLAH, which shares the
same primary opcode but has U=1, has already been converted.)

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