From dd44f6bdff37fbd15a135da4d6a5b0fcf1ef2957 Mon Sep 17 00:00:00 2001 From: Matt Horsnell Date: Wed, 11 Apr 2018 14:08:45 +0100 Subject: arch-arm: AArch32 Crypto SHA This patch implements the AArch32 secure hashing instructions from the Crypto extension. Change-Id: Iaba8424ab71800228a9aff039d93f5c35ee7d8e5 Signed-off-by: Giacomo Travaglini Reviewed-by: Andreas Sandberg Reviewed-on: https://gem5-review.googlesource.com/c/13247 Maintainer: Andreas Sandberg --- src/arch/arm/isa/templates/templates.isa | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/arch/arm/isa/templates/templates.isa') diff --git a/src/arch/arm/isa/templates/templates.isa b/src/arch/arm/isa/templates/templates.isa index 6d525738d..14913b358 100644 --- a/src/arch/arm/isa/templates/templates.isa +++ b/src/arch/arm/isa/templates/templates.isa @@ -76,4 +76,7 @@ //Templates for Neon instructions ##include "neon.isa" +//Templates for Crypto instructions +##include "crypto.isa" + ##include "neon64.isa" -- cgit v1.2.3