]> Git Repo - qemu.git/commit - target/arm/vfp.decode
target/arm: Convert VFP round insns to decodetree
authorPeter Maydell <[email protected]>
Tue, 11 Jun 2019 15:39:51 +0000 (16:39 +0100)
committerPeter Maydell <[email protected]>
Thu, 13 Jun 2019 14:14:06 +0000 (15:14 +0100)
commite25155f55dc4abb427a88dfe58bbbc550fe7d643
treeddacc4cf4f8fcf926e00ee6ebd852bef4f7a484a
parentcdfd14e86ab0b1ca29a702d13a8e4af2e902a9bf
target/arm: Convert VFP round insns to decodetree

Convert the VFP round-to-integer instructions VRINTR, VRINTZ and
VRINTX to decodetree.

These instructions were only introduced as part of the "VFP misc"
additions in v8A, so we check this. The old decoder's implementation
was incorrectly providing them even for v7A CPUs.

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.026219 seconds and 4 git commands to generate.