]> git.proxmox.com Git - qemu.git/commit
target-arm: Add support for 'Standard FPSCR Value' as used by Neon
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Jan 2011 19:39:18 +0000 (20:39 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 14 Jan 2011 19:39:18 +0000 (20:39 +0100)
commit3a492f3a606642879637d50777444d82440c9f5c
tree36c28acfabbaca93bfbaf4e3cc8f8e6950daf1ae
parent9ea62f571ce8953dba1d2bad2bdeaf9c3a84b7d7
target-arm: Add support for 'Standard FPSCR Value' as used by Neon

Add support to the ARM helper routines for a second fp_status value
which should be used for operations which the ARM ARM indicates use
"ARM standard floating-point arithmetic" rather than being controlled
by the rounding/flush/NaN settings in the FPSCR.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/cpu.h
target-arm/helper.c