qemu-e2k/target-arm
Peter Maydell cecd8504b8 target-arm: wire up the softfloat flush_input_to_zero flag
Wire up the new softfloat support for flushing input denormals
to zero on ARM. The FPSCR FZ bit enables flush-to-zero for
both inputs and outputs, but the reporting of when inputs are
flushed to zero is via a separate IDC bit rather than the UFC
(underflow) bit used when output denormals are flushed to zero.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-01-06 22:16:59 +01:00
..
cpu.h ARM: Expose vfp_get_fpscr() and vfp_set_fpscr() to C code 2010-12-03 15:09:39 +02:00
exec.h
helper.c target-arm: wire up the softfloat flush_input_to_zero flag 2011-01-06 22:16:59 +01:00
helpers.h
iwmmxt_helper.c
machine.c
neon_helper.c target-arm: Correct result in saturating cases for VQSHL of s8/16/32 2010-12-27 21:07:24 +01:00
op_addsub.h
op_helper.c
translate.c target-arm: fix SMMLA/SMMLS instructions 2011-01-06 22:16:46 +01:00