target-arm: Move Neon VZIP to helper functions
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Feb 2011 10:22:49 +0000 (10:22 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:31:53 +0000 (17:31 +0100)
commit5766632a7770447526dee765ad5e8fb2abf16c85
treebca340022b009f1d7c6c6397921483ab93ccd253
parent90ddc619931c18d8384f5f7858dc6459449df5cd
target-arm: Move Neon VZIP to helper functions

Move the implementation of the Neon VUZP unzip instruction from inline
code to helper functions. (At 50+ TCG ops it was well over the
recommended limit for coding inline.) The helper implementations also
give the correct answers where the inline implementation did not.

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