target/arm: Convert VFP round insns to decodetree
commite25155f55dc4abb427a88dfe58bbbc550fe7d643
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 11 Jun 2019 15:39:51 +0000 (11 16:39 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Jun 2019 14:14:06 +0000 (13 15:14 +0100)
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 <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/translate-vfp.inc.c
target/arm/translate.c
target/arm/vfp.decode