]> git.proxmox.com Git - mirror_qemu.git/commit - target-arm/cpu.h
target-arm: add support for v8 AES instructions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 17 Dec 2013 19:42:25 +0000 (19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 19:42:25 +0000 (19:42 +0000)
commit9d935509fdb48e47cc46e81d2b9d466b18b546ba
tree90d42d5f564146e21609e72ca8b9445356519fbe
parentf46e720a82ccdf1a521cf459448f3f96ed895d43
target-arm: add support for v8 AES instructions

This adds support for the AESE/AESD/AESMC/AESIMC instructions that
are available on some v8 implementations of Aarch32.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Message-id: 1386266078-6976-1-git-send-email-ard.biesheuvel@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/Makefile.objs
target-arm/cpu.c
target-arm/cpu.h
target-arm/crypto_helper.c [new file with mode: 0644]
target-arm/helper.h
target-arm/translate.c