aboutsummaryrefslogtreecommitdiff
path: root/scripts/switch-timer-api
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-07 19:18:08 +0000
commit39905e53db75b6df0cfdb65644056a9f1cd10069 (patch)
tree20fc3f7b0e67be6d310abf6bab9b605715fa4020 /scripts/switch-timer-api
parent6ab748af130912b92decfb1fa411ebdfd7cf8d87 (diff)
downloadqemu-39905e53db75b6df0cfdb65644056a9f1cd10069.zip
qemu-39905e53db75b6df0cfdb65644056a9f1cd10069.tar.gz
qemu-39905e53db75b6df0cfdb65644056a9f1cd10069.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 'scripts/switch-timer-api')
0 files changed, 0 insertions, 0 deletions