OSDN Git Service

target/arm: Convert Neon VCVT fp size field to MO_* in decode
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Sep 2020 13:32:08 +0000 (14:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Sep 2020 13:23:19 +0000 (14:23 +0100)
commit0ae715c658a02af1834b63563c56112a6d8842cb
tree9c53cddc134d19e2e4e7b3dd88e207da92f03f96
parent6cf0f240e0b980a877abed12d2995f740eae6515
target/arm: Convert Neon VCVT fp size field to MO_* in decode

Convert the insns using the 2reg_vcvt and 2reg_vcvt_f16 formats
to pass the size through to the trans function as a MO_* value
rather than the '0==f32, 1==f16' used in the fp 3-same encodings.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200903133209.5141-3-peter.maydell@linaro.org
target/arm/neon-dp.decode
target/arm/translate-neon.c.inc