commit | ae1857eca22b58d430941730bd097e95a484652c | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Wed May 25 14:51:48 2011 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Wed Jun 22 15:01:31 2011 +0000 |
tree | 9ab2f0bc829beedd76af56b037ea694a9cb08e29 | |
parent | 5aaebd13da29a7157b757590284664dc42ea6a69 [diff] |
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>