Changes since v1: * Typo fixed in patch 2, which had scrogged FMOV * Return 0 for NaN, as for any other ARM fp conversion.
r~ Richard Henderson (3): target/arm: Force result size into dp after operation target/arm: Restructure disas_fp_int_conv target/arm: Implement ARMv8.3-JSConv target/arm/cpu.h | 10 ++++ target/arm/helper.h | 2 + target/arm/cpu.c | 1 + target/arm/cpu64.c | 2 + target/arm/op_helper.c | 76 +++++++++++++++++++++++ target/arm/translate-a64.c | 120 +++++++++++++++++++++++-------------- target/arm/translate.c | 47 ++++++++++----- 7 files changed, 197 insertions(+), 61 deletions(-) -- 2.17.2