All from problems reported by Laurent this week. Five of them are
SVE related, but while trying to simplify one of the reports I
discovered that I had broken ARMv8.3 just before final commit.
r~
Richard Henderson (6):
target/arm: Adjust FPCR_MASK for FZ16
target/arm: Ignore float_flag_input_denormal from fp_status_f16
target/arm: Use fp_status_fp16 for do_fmpa_zpzzz_h
target/arm: Use FZ not FZ16 for SVE FCVT single-half and double-half
target/arm: Fix aa64 FCADD and FCMLA decode
softfloat: Fix missing inexact for floating-point add
target/arm/cpu.h | 2 +-
fpu/softfloat.c | 2 +-
target/arm/helper.c | 11 ++++++++++-
target/arm/sve_helper.c | 2 +-
target/arm/translate-a64.c | 12 ++++++------
target/arm/translate-sve.c | 4 ++--
6 files changed, 21 insertions(+), 12 deletions(-)
--
2.17.1