qemu/target
Richard Henderson 316dca3985 target/hexagon: Use float32_muladd for helper_sffm[as]_lib
There are multiple special cases for this instruction.
(1) The saturate to normal maximum instead of overflow to infinity is
    handled by the new float_round_nearest_even_max rounding mode.
(2) The 0 * n + c special case is handled by the new
    float_muladd_suppress_add_product_zero flag.
(3) The Inf - Inf -> 0 special case can be detected after the fact
    by examining float_flag_invalid_isi.

Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2024-12-24 08:32:15 -08:00
..
alpha accel/tcg: Include missing 'exec/translation-block.h' header 2024-12-20 17:44:57 +01:00
arm target/arm: Use float*_muladd_scalbn 2024-12-24 08:32:15 -08:00
avr Accel & Exec patch queue 2024-12-21 11:07:00 -05:00
hexagon target/hexagon: Use float32_muladd for helper_sffm[as]_lib 2024-12-24 08:32:15 -08:00
hppa accel/tcg: Include missing 'exec/translation-block.h' header 2024-12-20 17:44:57 +01:00
i386 Accel & Exec patch queue 2024-12-21 11:07:00 -05:00
loongarch accel/tcg: Move tcg_cflags_has/set() to 'exec/translation-block.h' 2024-12-20 17:44:57 +01:00
m68k accel/tcg: Include missing 'exec/translation-block.h' header 2024-12-20 17:44:57 +01:00
microblaze Accel & Exec patch queue 2024-12-21 11:07:00 -05:00
mips Accel & Exec patch queue 2024-12-21 11:07:00 -05:00
openrisc accel/tcg: Include missing 'exec/translation-block.h' header 2024-12-20 17:44:57 +01:00
ppc Accel & Exec patch queue 2024-12-21 11:07:00 -05:00
riscv Accel & Exec patch queue 2024-12-21 11:07:00 -05:00
rx accel/tcg: Include missing 'exec/translation-block.h' header 2024-12-20 17:44:57 +01:00
s390x Hi, 2024-12-22 14:33:27 -05:00
sh4 accel/tcg: Include missing 'exec/translation-block.h' header 2024-12-20 17:44:57 +01:00
sparc target/sparc: Use float*_muladd_scalbn 2024-12-24 08:32:15 -08:00
tricore accel/tcg: Include missing 'exec/translation-block.h' header 2024-12-20 17:44:57 +01:00
xtensa target/xtensa: Remove tswap() calls in semihosting simcall() helper 2024-12-20 17:44:57 +01:00
Kconfig target/cris: Remove the deprecated CRIS target 2024-09-13 20:11:13 +02:00
meson.build target/cris: Remove the deprecated CRIS target 2024-09-13 20:11:13 +02:00