OSDN Git Service

target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 9 Feb 2018 10:40:29 +0000 (10:40 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 9 Feb 2018 10:40:29 +0000 (10:40 +0000)
commit955f56d44a73d74016b2e71765d984ac7a6db1dc
tree38855f2ffee932b5b5747e46989ed02cc05ed6f8
parentb6577bcd251ca0d57ae1de149e3c706b38f21587
target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction support

Add support for the new ARMv8.2 SHA-3, SM3, SM4 and SHA-512 instructions to
AArch64 user mode emulation.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Message-id: 20180207111729.15737-6-ard.biesheuvel@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/elfload.c
target/arm/cpu64.c