arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16
commit026e2d6ef74000afb9049f46add4b94f594c8fb3
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 1 Mar 2018 11:05:50 +0000 (1 11:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Mar 2018 11:13:59 +0000 (1 11:13 +0000)
tree903870de4c316d26e09d09622923970c7703c503
parent2deb992b767d28035fac3b374c7730494ff0b43d
arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16

As some of the constants here will also be needed
elsewhere (specifically for the upcoming SVE support) we move them out
to softfloat.h.

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