]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate-a64.c
arm/translate-a64: implement half-precision F(MIN|MAX)(V|NMV)
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 1 Mar 2018 11:05:48 +0000 (11:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Mar 2018 11:13:59 +0000 (11:13 +0000)
commit807cdd504283c11addcd7ea95ba594bbddc86fe4
treeaea3cddf23b332791785f3c23668f268ddab096d
parent9b04991686785e18b18a36d193b68f08f7c91648
arm/translate-a64: implement half-precision F(MIN|MAX)(V|NMV)

This implements the half-precision variants of the across vector
reduction operations. This involves a re-factor of the reduction code
which more closely matches the ARM ARM order (and handles 8 element
reductions).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180227143852.11175-7-alex.bennee@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper-a64.c
target/arm/helper-a64.h
target/arm/translate-a64.c