]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/translate.c
target-arm: Move Neon VUZP to helper functions
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Feb 2011 10:22:48 +0000 (10:22 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:31:52 +0000 (17:31 +0100)
commit02acedf93da420713a0c4bbeaf32ce9d734a4332
treeb045a4ffeddc463da65ec24647a3e4ac06d53e11
parentf06053e3c3933f75df9694aa3970d589f88b3543
target-arm: Move Neon VUZP 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
fix the handling of the quadword version of the instruction.

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