target/arm: implement SHA-3 instructions
commitcd270ade74ea86467f393a9fb9c54c4f1148c28f
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)
tree47e77a6cb327a2ccfb038cd81ae9326d6103e5ab
parent90b827d131812d7f0a8abb13dba1942a2bcee821
target/arm: implement SHA-3 instructions

This implements emulation of the new SHA-3 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-3-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/translate-a64.c