summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj')
-rw-r--r--tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj b/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj
index f0331c69e4..9ad362660b 100644
--- a/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj
+++ b/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Sse2_ro.csproj
@@ -159,6 +159,9 @@
<Compile Include="MultiplyAddAdjacent.Int32.cs" />
<Compile Include="MultiplyLow.Int16.cs" />
<Compile Include="MultiplyLow.UInt16.cs" />
+ <Compile Include="MoveMask.Vector128Byte.cs" />
+ <Compile Include="MoveMask.Vector128SByte.cs" />
+ <Compile Include="MoveMask.Vector128Double.cs" />
<Compile Include="Or.Byte.cs" />
<Compile Include="Or.Double.cs" />
<Compile Include="Or.Int16.cs" />
@@ -216,6 +219,20 @@
<Compile Include="ShiftRightLogical128BitLane.UInt16.1.cs" />
<Compile Include="ShiftRightLogical128BitLane.UInt32.1.cs" />
<Compile Include="ShiftRightLogical128BitLane.UInt64.1.cs" />
+ <Compile Include="Shuffle.Int32.0.cs" />
+ <Compile Include="Shuffle.UInt32.0.cs" />
+ <Compile Include="Shuffle.Int32.1.cs" />
+ <Compile Include="Shuffle.UInt32.1.cs" />
+ <Compile Include="Shuffle.Double.0.cs" />
+ <Compile Include="Shuffle.Double.1.cs" />
+ <Compile Include="ShuffleHigh.Int16.0.cs" />
+ <Compile Include="ShuffleHigh.UInt16.0.cs" />
+ <Compile Include="ShuffleHigh.Int16.1.cs" />
+ <Compile Include="ShuffleHigh.UInt16.1.cs" />
+ <Compile Include="ShuffleLow.Int16.0.cs" />
+ <Compile Include="ShuffleLow.UInt16.0.cs" />
+ <Compile Include="ShuffleLow.Int16.1.cs" />
+ <Compile Include="ShuffleLow.UInt16.1.cs" />
<Compile Include="Subtract.Byte.cs" />
<Compile Include="Subtract.Double.cs" />
<Compile Include="Subtract.Int16.cs" />