Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Rewrite and re-enable some hardware intrinsic tests #20552

Merged
merged 1 commit into from
Oct 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/jit/hwintrinsiclistxarch.h

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_r.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@
<Compile Include="Extract.UInt32.22.cs" />
<Compile Include="Extract.Int64.19.cs" />
<Compile Include="Extract.UInt64.19.cs" />
<Compile Include="ExtractVector128.Byte.1.cs" />
<Compile Include="ExtractVector128.SByte.1.cs" />
<Compile Include="ExtractVector128.Int16.1.cs" />
<Compile Include="ExtractVector128.UInt16.1.cs" />
<Compile Include="ExtractVector128.Int32.1.cs" />
<Compile Include="ExtractVector128.UInt32.1.cs" />
<Compile Include="ExtractVector128.Int64.1.cs" />
<Compile Include="ExtractVector128.UInt64.1.cs" />
<Compile Include="ExtractVector128.Single.1.cs" />
<Compile Include="ExtractVector128.Double.1.cs" />
<Compile Include="ExtractVector128.Byte.1.Store.cs" />
<Compile Include="ExtractVector128.SByte.1.Store.cs" />
<Compile Include="ExtractVector128.Int16.1.Store.cs" />
Expand Down Expand Up @@ -96,6 +106,16 @@
<Compile Include="Insert.UInt32.22.cs" />
<Compile Include="Insert.Int64.19.cs" />
<Compile Include="Insert.UInt64.19.cs" />
<Compile Include="InsertVector128.Byte.1.cs" />
<Compile Include="InsertVector128.SByte.1.cs" />
<Compile Include="InsertVector128.Int16.1.cs" />
<Compile Include="InsertVector128.UInt16.1.cs" />
<Compile Include="InsertVector128.Int32.1.cs" />
<Compile Include="InsertVector128.UInt32.1.cs" />
<Compile Include="InsertVector128.Int64.1.cs" />
<Compile Include="InsertVector128.UInt64.1.cs" />
<Compile Include="InsertVector128.Single.1.cs" />
<Compile Include="InsertVector128.Double.1.cs" />
<Compile Include="InsertVector128.Byte.1.Load.cs" />
<Compile Include="InsertVector128.SByte.1.Load.cs" />
<Compile Include="InsertVector128.Int16.1.Load.cs" />
Expand Down Expand Up @@ -134,6 +154,16 @@
<Compile Include="Permute.Double.1.cs" />
<Compile Include="Permute.Single.2.cs" />
<Compile Include="Permute.Double.2.cs" />
<Compile Include="Permute2x128.Byte.2.cs" />
<Compile Include="Permute2x128.SByte.2.cs" />
<Compile Include="Permute2x128.Int16.2.cs" />
<Compile Include="Permute2x128.UInt16.2.cs" />
<Compile Include="Permute2x128.Int32.2.cs" />
<Compile Include="Permute2x128.UInt32.2.cs" />
<Compile Include="Permute2x128.Int64.2.cs" />
<Compile Include="Permute2x128.UInt64.2.cs" />
<Compile Include="Permute2x128.Single.2.cs" />
<Compile Include="Permute2x128.Double.2.cs" />
<Compile Include="RoundCurrentDirection.Double.cs" />
<Compile Include="RoundCurrentDirection.Single.cs" />
<Compile Include="RoundToNearestInteger.Double.cs" />
Expand All @@ -148,6 +178,30 @@
<Compile Include="Shuffle.Double.1.cs" />
<Compile Include="Subtract.Double.cs" />
<Compile Include="Subtract.Single.cs" />
<Compile Include="TestC.Byte.cs" />
<Compile Include="TestC.Int16.cs" />
<Compile Include="TestC.Int32.cs" />
<Compile Include="TestC.Int64.cs" />
<Compile Include="TestC.SByte.cs" />
<Compile Include="TestC.UInt16.cs" />
<Compile Include="TestC.UInt32.cs" />
<Compile Include="TestC.UInt64.cs" />
<Compile Include="TestNotZAndNotC.Byte.cs" />
<Compile Include="TestNotZAndNotC.Int16.cs" />
<Compile Include="TestNotZAndNotC.Int32.cs" />
<Compile Include="TestNotZAndNotC.Int64.cs" />
<Compile Include="TestNotZAndNotC.SByte.cs" />
<Compile Include="TestNotZAndNotC.UInt16.cs" />
<Compile Include="TestNotZAndNotC.UInt32.cs" />
<Compile Include="TestNotZAndNotC.UInt64.cs" />
<Compile Include="TestZ.Byte.cs" />
<Compile Include="TestZ.Int16.cs" />
<Compile Include="TestZ.Int32.cs" />
<Compile Include="TestZ.Int64.cs" />
<Compile Include="TestZ.SByte.cs" />
<Compile Include="TestZ.UInt16.cs" />
<Compile Include="TestZ.UInt32.cs" />
<Compile Include="TestZ.UInt64.cs" />
<Compile Include="Xor.Double.cs" />
<Compile Include="Xor.Single.cs" />
<Compile Include="Program.Avx.cs" />
Expand Down
54 changes: 54 additions & 0 deletions tests/src/JIT/HardwareIntrinsics/X86/Avx/Avx_ro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@
<Compile Include="Extract.UInt32.22.cs" />
<Compile Include="Extract.Int64.19.cs" />
<Compile Include="Extract.UInt64.19.cs" />
<Compile Include="ExtractVector128.Byte.1.cs" />
<Compile Include="ExtractVector128.SByte.1.cs" />
<Compile Include="ExtractVector128.Int16.1.cs" />
<Compile Include="ExtractVector128.UInt16.1.cs" />
<Compile Include="ExtractVector128.Int32.1.cs" />
<Compile Include="ExtractVector128.UInt32.1.cs" />
<Compile Include="ExtractVector128.Int64.1.cs" />
<Compile Include="ExtractVector128.UInt64.1.cs" />
<Compile Include="ExtractVector128.Single.1.cs" />
<Compile Include="ExtractVector128.Double.1.cs" />
<Compile Include="ExtractVector128.Byte.1.Store.cs" />
<Compile Include="ExtractVector128.SByte.1.Store.cs" />
<Compile Include="ExtractVector128.Int16.1.Store.cs" />
Expand Down Expand Up @@ -96,6 +106,16 @@
<Compile Include="Insert.UInt32.22.cs" />
<Compile Include="Insert.Int64.19.cs" />
<Compile Include="Insert.UInt64.19.cs" />
<Compile Include="InsertVector128.Byte.1.cs" />
<Compile Include="InsertVector128.SByte.1.cs" />
<Compile Include="InsertVector128.Int16.1.cs" />
<Compile Include="InsertVector128.UInt16.1.cs" />
<Compile Include="InsertVector128.Int32.1.cs" />
<Compile Include="InsertVector128.UInt32.1.cs" />
<Compile Include="InsertVector128.Int64.1.cs" />
<Compile Include="InsertVector128.UInt64.1.cs" />
<Compile Include="InsertVector128.Single.1.cs" />
<Compile Include="InsertVector128.Double.1.cs" />
<Compile Include="InsertVector128.Byte.1.Load.cs" />
<Compile Include="InsertVector128.SByte.1.Load.cs" />
<Compile Include="InsertVector128.Int16.1.Load.cs" />
Expand Down Expand Up @@ -134,6 +154,16 @@
<Compile Include="Permute.Double.1.cs" />
<Compile Include="Permute.Single.2.cs" />
<Compile Include="Permute.Double.2.cs" />
<Compile Include="Permute2x128.Byte.2.cs" />
<Compile Include="Permute2x128.SByte.2.cs" />
<Compile Include="Permute2x128.Int16.2.cs" />
<Compile Include="Permute2x128.UInt16.2.cs" />
<Compile Include="Permute2x128.Int32.2.cs" />
<Compile Include="Permute2x128.UInt32.2.cs" />
<Compile Include="Permute2x128.Int64.2.cs" />
<Compile Include="Permute2x128.UInt64.2.cs" />
<Compile Include="Permute2x128.Single.2.cs" />
<Compile Include="Permute2x128.Double.2.cs" />
<Compile Include="RoundCurrentDirection.Double.cs" />
<Compile Include="RoundCurrentDirection.Single.cs" />
<Compile Include="RoundToNearestInteger.Double.cs" />
Expand All @@ -148,6 +178,30 @@
<Compile Include="Shuffle.Double.1.cs" />
<Compile Include="Subtract.Double.cs" />
<Compile Include="Subtract.Single.cs" />
<Compile Include="TestC.Byte.cs" />
<Compile Include="TestC.Int16.cs" />
<Compile Include="TestC.Int32.cs" />
<Compile Include="TestC.Int64.cs" />
<Compile Include="TestC.SByte.cs" />
<Compile Include="TestC.UInt16.cs" />
<Compile Include="TestC.UInt32.cs" />
<Compile Include="TestC.UInt64.cs" />
<Compile Include="TestNotZAndNotC.Byte.cs" />
<Compile Include="TestNotZAndNotC.Int16.cs" />
<Compile Include="TestNotZAndNotC.Int32.cs" />
<Compile Include="TestNotZAndNotC.Int64.cs" />
<Compile Include="TestNotZAndNotC.SByte.cs" />
<Compile Include="TestNotZAndNotC.UInt16.cs" />
<Compile Include="TestNotZAndNotC.UInt32.cs" />
<Compile Include="TestNotZAndNotC.UInt64.cs" />
<Compile Include="TestZ.Byte.cs" />
<Compile Include="TestZ.Int16.cs" />
<Compile Include="TestZ.Int32.cs" />
<Compile Include="TestZ.Int64.cs" />
<Compile Include="TestZ.SByte.cs" />
<Compile Include="TestZ.UInt16.cs" />
<Compile Include="TestZ.UInt32.cs" />
<Compile Include="TestZ.UInt64.cs" />
<Compile Include="Xor.Double.cs" />
<Compile Include="Xor.Single.cs" />
<Compile Include="Program.Avx.cs" />
Expand Down
Loading