]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert VCMLA, VCADD size field to MO_* in decode
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 3 Sep 2020 13:32:09 +0000 (14:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Sep 2020 13:23:19 +0000 (14:23 +0100)
commitd186a4854c04e9832907b0b4240a47731da20993
treec62d77dcadfce7f43e32348f820cebde84fe396d
parent0ae715c658a02af1834b63563c56112a6d8842cb
target/arm: Convert VCMLA, VCADD size field to MO_* in decode

The VCMLA and VCADD insns have a size field which is 0 for fp16
and 1 for fp32 (note that this is the reverse of the Neon 3-same
encoding!). Convert it to MO_* values in decode for consistency.

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