]> git.proxmox.com Git - qemu.git/commit
target-arm: Implement VMULL.P8
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Feb 2011 19:07:55 +0000 (19:07 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 20 Feb 2011 16:26:15 +0000 (17:26 +0100)
commite5ca24cba969b58eb3fe0e7c239df3abe21831c0
treecbbfbf6bee61639a216efdc058425bb982b3e460
parent02615337ef295443daa03233e492194e289a807e
target-arm: Implement VMULL.P8

Implement VMULL.P8 (the 32x32->64 version of the polynomial multiply
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