]> Git Repo - qemu.git/commit
ARM: Implement VCVT to 16 bit integer using new softfloat routines
authorPeter Maydell <[email protected]>
Tue, 7 Dec 2010 15:37:34 +0000 (15:37 +0000)
committerPeter Maydell <[email protected]>
Tue, 7 Dec 2010 15:37:34 +0000 (15:37 +0000)
commit72f24d155ceffa0eb888fd277fa09584bcd1b04c
tree6dd91c21e8192ab2f4ec24b85a74afe556b5b331
parentcbcef455a2d29cdd19f4f0a21990cd76c0d03102
ARM: Implement VCVT to 16 bit integer using new softfloat routines

Use the softfloat conversion routines for conversion to 16 bit
integers, because just casting to a 16 bit type truncates the
value rather than saturating it at 16-bit MAXINT/MININT.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Nathan Froyd <[email protected]>
target-arm/helper.c
This page took 0.024177 seconds and 4 git commands to generate.