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)
commit0c52c8944259d4ca9ab075b122627769f56e384b
tree9ab2f0bc829beedd76af56b037ea694a9cb08e29
parent7f1c88581a397aeac2939e07505d1296e47cac1a
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