target-arm: wire up the softfloat flush_input_to_zero flag
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 6 Jan 2011 19:37:55 +0000 (19:37 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 6 Jan 2011 21:16:59 +0000 (22:16 +0100)
commiteeb540a132bf9b03b0408843db8decd0d5c5987f
tree7f466152770e05d0b3fbc099b286206158eef4b6
parent89de85582f9f29acb74e7a658d507f64c5605b1e
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>
target-arm/helper.c