]> git.proxmox.com Git - qemu.git/commit
target-arm: Pass fp status pointer explicitly to neon fp helpers
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 25 May 2011 13:49:19 +0000 (13:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 22 Jun 2011 15:01:36 +0000 (15:01 +0000)
commitaa47cfdd178d8ea96b6e2f550742ddbb445fdacb
tree44c8f46930d492076fb1a0cb9009f32d57b95c95
parentae1857eca22b58d430941730bd097e95a484652c
target-arm: Pass fp status pointer explicitly to neon fp helpers

Make the Neon helpers for various floating point operations take an
explicit pointer to the float_status they use, so they don't rely on
the global environment pointer any more. This also allows us to drop
the mul/sub/add helpers completely and just use the vfp versions.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.h
target-arm/neon_helper.c
target-arm/translate.c