summaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.h
diff options
context:
space:
mode:
authorPeter Maydell2010-12-07 16:37:34 +0100
committerPeter Maydell2010-12-07 16:37:34 +0100
commit26a5e69aafd0434922316e4185c45c9bddd4b9ba (patch)
tree39454da0d38bb888137b43f993177ab77210b938 /fpu/softfloat.h
parentARM: Return correct result for single<->double conversion of NaN (diff)
downloadqemu-26a5e69aafd0434922316e4185c45c9bddd4b9ba.tar.gz
qemu-26a5e69aafd0434922316e4185c45c9bddd4b9ba.tar.xz
qemu-26a5e69aafd0434922316e4185c45c9bddd4b9ba.zip
ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point
VCVT of 16 bit fixed point to float should ignore the top 16 bits of the source register. Cast to int16_t and friends rather than int16 -- the former is guaranteed exactly 16 bits wide where the latter is merely at least 16 bits wide (and so is usually 32 bits). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
Diffstat (limited to 'fpu/softfloat.h')
0 files changed, 0 insertions, 0 deletions