aboutsummaryrefslogtreecommitdiff
path: root/qemu-char.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-01-07 17:19:13 +0000
committerPeter Maydell <peter.maydell@linaro.org>2014-01-08 19:07:22 +0000
commitabe66f702cac88fd6b1ccdca5d6f0c57f814ab0f (patch)
tree83e372fe4b1b02bb29b96c0484da2f69c535126a /qemu-char.c
parent16d5b3caca11360fd1d706403221c7bef40aa6f6 (diff)
downloadqemu-abe66f702cac88fd6b1ccdca5d6f0c57f814ab0f.zip
qemu-abe66f702cac88fd6b1ccdca5d6f0c57f814ab0f.tar.gz
qemu-abe66f702cac88fd6b1ccdca5d6f0c57f814ab0f.tar.bz2
target-arm: Ignore most exceptions from scalbn when doing fixpoint conversion
The VFP fixed point conversion helpers first call float_scalbn and then convert the result to an integer. This scalbn operation may set floating point exception flags for: * overflow & inexact (if it overflows to infinity) * input denormal squashed to zero * output denormal squashed to zero Of these, we only care about the input-denormal flag, since the output of the whole scale-and-convert operation will be an integer (so squashed-output-denormal and overflow don't apply). Suppress the others by saving the pre-scalb exception flags and only copying across a potential input-denormal flag. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'qemu-char.c')
0 files changed, 0 insertions, 0 deletions