]> git.proxmox.com Git - qemu.git/commit
target-arm: Use TCG operation for Neon 64 bit negation
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Oct 2012 15:58:52 +0000 (16:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 24 Oct 2012 12:33:29 +0000 (13:33 +0100)
commitee6fa5593ebfc437cbedaf28de8b66b2e7d44e70
tree7a9869e5da85332d8158be3435501c6ce961eeb6
parentf296c0d172735612cad8af5fafb8dedeaaa2a109
target-arm: Use TCG operation for Neon 64 bit negation

Use the TCG operation to do Neon 64 bit negations rather than calling
a helper routine for it.

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