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/cpu/FuncUnit.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cpu/FuncUnit.py') diff --git a/src/cpu/FuncUnit.py b/src/cpu/FuncUnit.py index d5983055d..e985a648a 100644 --- a/src/cpu/FuncUnit.py +++ b/src/cpu/FuncUnit.py @@ -1,4 +1,4 @@ -# Copyright (c) 2010 ARM Limited +# Copyright (c) 2010,2018 ARM Limited # All rights reserved. # # The license below extends only to copyright in the software and shall @@ -50,6 +50,8 @@ class OpClass(Enum): 'SimdSqrt', 'SimdFloatAdd', 'SimdFloatAlu', 'SimdFloatCmp', 'SimdFloatCvt', 'SimdFloatDiv', 'SimdFloatMisc', 'SimdFloatMult', 'SimdFloatMultAcc', 'SimdFloatSqrt', + 'SimdSha1Hash', 'SimdSha1Hash2', 'SimdSha256Hash', + 'SimdSha256Hash2', 'SimdShaSigma2', 'SimdShaSigma3', 'MemRead', 'MemWrite', 'FloatMemRead', 'FloatMemWrite', 'IprAccess', 'InstPrefetch'] -- cgit v1.2.3