target-arm: Detect tininess before rounding for FP operations
commit9df38c47d01eb1fd7eb9d60ac70a4170e638b4a2
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 12 Apr 2011 12:56:41 +0000 (12 13:56 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 12 Apr 2011 21:33:33 +0000 (12 23:33 +0200)
tree5f582832df57df7e5ee5fe973fabcdc083d3d2fa
parentc29aca44614e12a310dd903dc4fd56b14a6b71c9
target-arm: Detect tininess before rounding for FP operations

The ARM architecture mandates that we detect tininess before rounding,
so set the softfloat fp_status up appropriately.

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