Peter Maydell 2cfbf36ec0 target/arm: Honour FPCR.FZ in FRECPX
The FRECPX instructions should (like most other floating point operations)
honour the FPCR.FZ bit which specifies whether input denormals should
be flushed to zero (or FZ16 for the half-precision version).
We forgot to implement this, which doesn't affect the results (since
the calculation doesn't actually care about the mantissa bits) but did
mean we were failing to set the FPSR.IDC bit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180521172712.19930-1-peter.maydell@linaro.org
2018-05-31 14:50:51 +01:00
..
2018-05-18 14:52:38 -07:00
2018-05-31 14:50:51 +01:00
2018-05-21 10:50:32 +01:00
2018-05-29 11:28:46 +01:00
2018-05-18 14:52:38 -07:00
2018-05-18 14:52:38 -07:00
2018-05-18 14:52:38 -07:00
2018-05-21 10:50:32 +01:00