target/arm: implement SHA-512 instructions
commit90b827d131812d7f0a8abb13dba1942a2bcee821
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 9 Feb 2018 10:40:28 +0000 (9 10:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Feb 2018 10:40:28 +0000 (9 10:40 +0000)
treef6dc1f616b36db7c9f11a777505f294ff5ae055c
parent95695effe8caa552b8f243bceb3a08de4003c882
target/arm: implement SHA-512 instructions

This implements emulation of the new SHA-512 instructions that have
been added as an optional extensions to the ARMv8 Crypto Extensions
in ARM v8.2.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Message-id: 20180207111729.15737-2-ard.biesheuvel@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h
target/arm/crypto_helper.c
target/arm/helper.h
target/arm/translate-a64.c