Add test cases for AES intrinsic
authorFei Peng <fei.peng@intel.com>
Thu, 23 Aug 2018 20:50:02 +0000 (13:50 -0700)
committerTanner Gooding <tagoo@outlook.com>
Fri, 24 Aug 2018 17:47:28 +0000 (10:47 -0700)
commit5ff9269d6c6a1b268dc87c5abfd66515ad043f6f
treec0db21a5042644301aad0de2cb81b4fda4e8353f
parent2d8a8fb292d02b237874033039ede3c3796dee9c
Add test cases for AES intrinsic

Commit migrated from https://github.com/dotnet/coreclr/commit/33b82dd4dfdffbbce11a7175e2616e9bcd245b1e
13 files changed:
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_r.csproj [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Aes_ro.csproj [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Decrypt.Byte.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/DecryptLast.Byte.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Encrypt.Byte.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/EncryptLast.Byte.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/InverseMixColumns.Byte.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/KeygenAssist.Byte.5.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Aes/Program.Aes.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesBinOpTest.template [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesImmOpTest.template [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/AesUnOpTest.template [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/GenerateTests.csx