]> Git Repo - qemu.git/commit - target/arm/neon_helper.c
target-arm: Move Neon VZIP to helper functions
authorPeter Maydell <[email protected]>
Mon, 14 Feb 2011 10:22:49 +0000 (10:22 +0000)
committerAurelien Jarno <[email protected]>
Sun, 20 Feb 2011 16:31:53 +0000 (17:31 +0100)
commitd68a6f3a6deb2f5eee198b6fa46877a20227d86e
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-arm/helpers.h
target-arm/neon_helper.c
target-arm/translate.c
This page took 0.026473 seconds and 4 git commands to generate.