From 9d935509fdb48e47cc46e81d2b9d466b18b546ba Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 17 Dec 2013 19:42:25 +0000 Subject: 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 Message-id: 1386266078-6976-1-git-send-email-ard.biesheuvel@linaro.org Signed-off-by: Peter Maydell --- target-arm/helper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-arm/helper.h') diff --git a/target-arm/helper.h b/target-arm/helper.h index d459a39e46..496eb6511c 100644 --- a/target-arm/helper.h +++ b/target-arm/helper.h @@ -463,4 +463,7 @@ DEF_HELPER_3(neon_qzip8, void, env, i32, i32) DEF_HELPER_3(neon_qzip16, void, env, i32, i32) DEF_HELPER_3(neon_qzip32, void, env, i32, i32) +DEF_HELPER_4(crypto_aese, void, env, i32, i32, i32) +DEF_HELPER_4(crypto_aesmc, void, env, i32, i32, i32) + #include "exec/def-helper.h" -- cgit v1.2.1