]> Git Repo - qemu.git/commit - target/arm/cpu.h
target-arm: add support for v8 AES instructions
authorArd Biesheuvel <[email protected]>
Tue, 17 Dec 2013 19:42:25 +0000 (19:42 +0000)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Message-id: 1386266078[email protected]
Signed-off-by: Peter Maydell <[email protected]>
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
This page took 0.025885 seconds and 4 git commands to generate.