]> Git Repo - qemu.git/commit - target/arm/neon-dp.decode
target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetree
authorPeter Maydell <[email protected]>
Tue, 16 Jun 2020 09:32:25 +0000 (10:32 +0100)
committerPeter Maydell <[email protected]>
Tue, 16 Jun 2020 09:32:25 +0000 (10:32 +0100)
commitf5b28401200ec95ba89552df3ecdcdc342f6b90b
treead0f605cf1bfd9b4170cf20c728ecce56f6238ef
parent0fa1ab0302badabc3581aefcbb2f189ef52c4985
target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetree

Convert the Neon 3-reg-diff insns VABAL and VABDL to decodetree.
Like almost all the remaining insns in this group, these are
a combination of a two-input operation which returns a double width
result and then a possible accumulation of that double width
result into the destination.

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