]> Git Repo - qemu.git/commit
target/arm: Convert Neon VSHLL, VMOVL to decodetree
authorPeter Maydell <[email protected]>
Fri, 22 May 2020 14:55:18 +0000 (15:55 +0100)
committerPeter Maydell <[email protected]>
Fri, 5 Jun 2020 16:23:10 +0000 (17:23 +0100)
commit968bf842742a5ffbb0041cb31089e61a9f7a833d
treec5d2a10ce6a59e7c5d562108a719a04667517ccb
parentb4a3a77bb7a0dff1cc5673fe3be467d9e3635d44
target/arm: Convert Neon VSHLL, VMOVL to decodetree

Convert the VSHLL and VMOVL insns from the 2-reg-shift group
to decodetree. Since the loop always has two passes, we unroll
it to avoid the awkward reassignment of one TCGv to another.

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