target-arm: add support for v8 VMULL.P64 instruction
commit4e624edaebec9312be7b63096bbe5b2fe76f3613
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 14:43:23 +0000 (9 15:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 9 Jun 2014 15:06:11 +0000 (9 16:06 +0100)
tree46f663737544db98997baf773922c5dc4387e9fe
parent526d0096e56e82ffa5edb15bd75c5c093e61fa59
target-arm: add support for v8 VMULL.P64 instruction

Add support for the VMULL.P64 polynomial 64x64 to 128 bit multiplication
instruction in the A32/T32 instruction sets; this is part of the v8
Crypto Extensions.

To do this we have to move the neon_pmull_64_{lo,hi} helpers from
helper-a64.c into neon_helper.c so they can be used by the AArch32
translator.

Inspired-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1401386724-26529-4-git-send-email-peter.maydell@linaro.org
linux-user/elfload.c
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper-a64.c
target-arm/helper-a64.h
target-arm/helper.h
target-arm/neon_helper.c
target-arm/translate.c