diff options
Diffstat (limited to 'target-arm/helper.h')
-rw-r--r-- | target-arm/helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
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" |