]> git.proxmox.com Git - qemu.git/commit
target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 25 May 2011 14:51:48 +0000 (14:51 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 22 Jun 2011 15:01:31 +0000 (15:01 +0000)
commitae1857eca22b58d430941730bd097e95a484652c
tree9ab2f0bc829beedd76af56b037ea694a9cb08e29
parent5aaebd13da29a7157b757590284664dc42ea6a69
target-arm: Make VFP binop helpers take pointer to fpstatus, not CPUState

Make the VFP binop helper functions take a pointer to the fp status, not
the entire CPUState. This will allow us to use them for Neon operations too.

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