Adding the Avx.MaskStore tests
authorTanner Gooding <tagoo@outlook.com>
Wed, 8 Aug 2018 18:03:53 +0000 (11:03 -0700)
committerTanner Gooding <tagoo@outlook.com>
Thu, 9 Aug 2018 19:35:54 +0000 (12:35 -0700)
commit43d12fbe753072321567fb5f6a9f78866c652569
treecbaa59a5879e9c67e98063100dbe2147a7c3f3f8
parentad05a4cf1cf02e31366d18534435e35d09975c79
Adding the Avx.MaskStore tests

Commit migrated from https://github.com/dotnet/coreclr/commit/40ffce5bb99c77fafe588583ef9a6c1f1c8db90b
12 files changed:
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_r.csproj
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_ro.csproj
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Double.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/MaskStore.Single.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx/Program.Avx.cs
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_r.csproj [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Avx_ro.csproj [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Double.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/MaskStore.Single.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Avx_Vector128/Program.Avx_Vector128.cs [new file with mode: 0644]
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/GenerateTests.csx
src/coreclr/tests/src/JIT/HardwareIntrinsics/X86/Shared/StoreBinOpTest.template [new file with mode: 0644]