]> Git Repo - qemu.git/commit - target/arm/translate-vfp.inc.c
target/arm: Convert VABS to decodetree
authorPeter Maydell <[email protected]>
Tue, 11 Jun 2019 15:39:49 +0000 (16:39 +0100)
committerPeter Maydell <[email protected]>
Thu, 13 Jun 2019 14:14:05 +0000 (15:14 +0100)
commit90287e22c987e9840704345ed33d237cbe759dd9
tree716d155e3bc7320da7a4858d9170af5bb8728dc3
parentb518c753f0b94e14e01e97b4ec42c100dafc0cc2
target/arm: Convert VABS to decodetree

Convert the VFP VABS instruction to decodetree.

Unlike the 3-op versions, we don't pass fpst to the VFPGen2OpSPFn or
VFPGen2OpDPFn because none of the operations which use this format
and support short vectors will need it.

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