target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTS
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 19 May 2011 13:46:15 +0000 (14:46 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 23 May 2011 20:39:35 +0000 (22:39 +0200)
commit43fe9bdb0f64237187aeab809bb98e1b46807538
tree4a4b26e9d462f18a39ba9476ba58aba82a8dfb2e
parent1146a817c1c46f298492188e5269b98f3a0e51e8
target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTS

The helpers for VRECPE.F32, VSQRTE.F32, VRECPS and VRSQRTS handle denormals
as special cases, so we must set the InputDenormal exception flag ourselves.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/helper.c