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