Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj')
-rw-r--r--src/tests/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj201
1 files changed, 199 insertions, 2 deletions
diff --git a/src/tests/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj b/src/tests/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj
index 91f1f64aec2..bed35467553 100644
--- a/src/tests/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj
+++ b/src/tests/JIT/HardwareIntrinsics/General/Vector64_1/Vector64_1_ro.csproj
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>Exe</OutputType>
+ <BuildAsStandalone>false</BuildAsStandalone>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
@@ -8,7 +8,204 @@
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
- <Compile Include="*.cs" />
+ <Compile Include="Zero.Byte.cs" />
+ <Compile Include="Zero.Double.cs" />
+ <Compile Include="Zero.Int16.cs" />
+ <Compile Include="Zero.Int32.cs" />
+ <Compile Include="Zero.Int64.cs" />
+ <Compile Include="Zero.SByte.cs" />
+ <Compile Include="Zero.Single.cs" />
+ <Compile Include="Zero.UInt16.cs" />
+ <Compile Include="Zero.UInt32.cs" />
+ <Compile Include="Zero.UInt64.cs" />
+ <Compile Include="AllBitsSet.Byte.cs" />
+ <Compile Include="AllBitsSet.Double.cs" />
+ <Compile Include="AllBitsSet.Int16.cs" />
+ <Compile Include="AllBitsSet.Int32.cs" />
+ <Compile Include="AllBitsSet.Int64.cs" />
+ <Compile Include="AllBitsSet.SByte.cs" />
+ <Compile Include="AllBitsSet.Single.cs" />
+ <Compile Include="AllBitsSet.UInt16.cs" />
+ <Compile Include="AllBitsSet.UInt32.cs" />
+ <Compile Include="AllBitsSet.UInt64.cs" />
+ <Compile Include="As.Byte.cs" />
+ <Compile Include="As.Double.cs" />
+ <Compile Include="As.Int16.cs" />
+ <Compile Include="As.Int32.cs" />
+ <Compile Include="As.Int64.cs" />
+ <Compile Include="As.SByte.cs" />
+ <Compile Include="As.Single.cs" />
+ <Compile Include="As.UInt16.cs" />
+ <Compile Include="As.UInt32.cs" />
+ <Compile Include="As.UInt64.cs" />
+ <Compile Include="GetAndWithElement.Byte.0.cs" />
+ <Compile Include="GetAndWithElement.Byte.7.cs" />
+ <Compile Include="GetAndWithElement.Double.0.cs" />
+ <Compile Include="GetAndWithElement.Int16.0.cs" />
+ <Compile Include="GetAndWithElement.Int16.3.cs" />
+ <Compile Include="GetAndWithElement.Int32.0.cs" />
+ <Compile Include="GetAndWithElement.Int32.1.cs" />
+ <Compile Include="GetAndWithElement.Int64.0.cs" />
+ <Compile Include="GetAndWithElement.SByte.0.cs" />
+ <Compile Include="GetAndWithElement.SByte.7.cs" />
+ <Compile Include="GetAndWithElement.Single.0.cs" />
+ <Compile Include="GetAndWithElement.Single.1.cs" />
+ <Compile Include="GetAndWithElement.UInt16.0.cs" />
+ <Compile Include="GetAndWithElement.UInt16.3.cs" />
+ <Compile Include="GetAndWithElement.UInt32.0.cs" />
+ <Compile Include="GetAndWithElement.UInt32.1.cs" />
+ <Compile Include="GetAndWithElement.UInt64.0.cs" />
+ <Compile Include="ToScalar.Byte.cs" />
+ <Compile Include="ToScalar.Double.cs" />
+ <Compile Include="ToScalar.Int16.cs" />
+ <Compile Include="ToScalar.Int32.cs" />
+ <Compile Include="ToScalar.Int64.cs" />
+ <Compile Include="ToScalar.SByte.cs" />
+ <Compile Include="ToScalar.Single.cs" />
+ <Compile Include="ToScalar.UInt16.cs" />
+ <Compile Include="ToScalar.UInt32.cs" />
+ <Compile Include="ToScalar.UInt64.cs" />
+ <Compile Include="ToVector128.Byte.cs" />
+ <Compile Include="ToVector128.Double.cs" />
+ <Compile Include="ToVector128.Int16.cs" />
+ <Compile Include="ToVector128.Int32.cs" />
+ <Compile Include="ToVector128.Int64.cs" />
+ <Compile Include="ToVector128.SByte.cs" />
+ <Compile Include="ToVector128.Single.cs" />
+ <Compile Include="ToVector128.UInt16.cs" />
+ <Compile Include="ToVector128.UInt32.cs" />
+ <Compile Include="ToVector128.UInt64.cs" />
+ <Compile Include="ToString.Byte.cs" />
+ <Compile Include="ToString.SByte.cs" />
+ <Compile Include="ToString.Int16.cs" />
+ <Compile Include="ToString.UInt16.cs" />
+ <Compile Include="ToString.Int32.cs" />
+ <Compile Include="ToString.UInt32.cs" />
+ <Compile Include="ToString.Single.cs" />
+ <Compile Include="ToString.Double.cs" />
+ <Compile Include="ToString.Int64.cs" />
+ <Compile Include="ToString.UInt64.cs" />
+ <Compile Include="op_Addition.Byte.cs" />
+ <Compile Include="op_Addition.Double.cs" />
+ <Compile Include="op_Addition.Int16.cs" />
+ <Compile Include="op_Addition.Int32.cs" />
+ <Compile Include="op_Addition.Int64.cs" />
+ <Compile Include="op_Addition.SByte.cs" />
+ <Compile Include="op_Addition.Single.cs" />
+ <Compile Include="op_Addition.UInt16.cs" />
+ <Compile Include="op_Addition.UInt32.cs" />
+ <Compile Include="op_Addition.UInt64.cs" />
+ <Compile Include="op_BitwiseAnd.Byte.cs" />
+ <Compile Include="op_BitwiseAnd.Double.cs" />
+ <Compile Include="op_BitwiseAnd.Int16.cs" />
+ <Compile Include="op_BitwiseAnd.Int32.cs" />
+ <Compile Include="op_BitwiseAnd.Int64.cs" />
+ <Compile Include="op_BitwiseAnd.SByte.cs" />
+ <Compile Include="op_BitwiseAnd.Single.cs" />
+ <Compile Include="op_BitwiseAnd.UInt16.cs" />
+ <Compile Include="op_BitwiseAnd.UInt32.cs" />
+ <Compile Include="op_BitwiseAnd.UInt64.cs" />
+ <Compile Include="op_BitwiseOr.Byte.cs" />
+ <Compile Include="op_BitwiseOr.Double.cs" />
+ <Compile Include="op_BitwiseOr.Int16.cs" />
+ <Compile Include="op_BitwiseOr.Int32.cs" />
+ <Compile Include="op_BitwiseOr.Int64.cs" />
+ <Compile Include="op_BitwiseOr.SByte.cs" />
+ <Compile Include="op_BitwiseOr.Single.cs" />
+ <Compile Include="op_BitwiseOr.UInt16.cs" />
+ <Compile Include="op_BitwiseOr.UInt32.cs" />
+ <Compile Include="op_BitwiseOr.UInt64.cs" />
+ <Compile Include="op_Division.Byte.cs" />
+ <Compile Include="op_Division.Double.cs" />
+ <Compile Include="op_Division.Int16.cs" />
+ <Compile Include="op_Division.Int32.cs" />
+ <Compile Include="op_Division.Int64.cs" />
+ <Compile Include="op_Division.SByte.cs" />
+ <Compile Include="op_Division.Single.cs" />
+ <Compile Include="op_Division.UInt16.cs" />
+ <Compile Include="op_Division.UInt32.cs" />
+ <Compile Include="op_Division.UInt64.cs" />
+ <Compile Include="op_Equality.Byte.cs" />
+ <Compile Include="op_Equality.Double.cs" />
+ <Compile Include="op_Equality.Int16.cs" />
+ <Compile Include="op_Equality.Int32.cs" />
+ <Compile Include="op_Equality.Int64.cs" />
+ <Compile Include="op_Equality.SByte.cs" />
+ <Compile Include="op_Equality.Single.cs" />
+ <Compile Include="op_Equality.UInt16.cs" />
+ <Compile Include="op_Equality.UInt32.cs" />
+ <Compile Include="op_Equality.UInt64.cs" />
+ <Compile Include="op_ExclusiveOr.Byte.cs" />
+ <Compile Include="op_ExclusiveOr.Double.cs" />
+ <Compile Include="op_ExclusiveOr.Int16.cs" />
+ <Compile Include="op_ExclusiveOr.Int32.cs" />
+ <Compile Include="op_ExclusiveOr.Int64.cs" />
+ <Compile Include="op_ExclusiveOr.SByte.cs" />
+ <Compile Include="op_ExclusiveOr.Single.cs" />
+ <Compile Include="op_ExclusiveOr.UInt16.cs" />
+ <Compile Include="op_ExclusiveOr.UInt32.cs" />
+ <Compile Include="op_ExclusiveOr.UInt64.cs" />
+ <Compile Include="op_Inequality.Byte.cs" />
+ <Compile Include="op_Inequality.Double.cs" />
+ <Compile Include="op_Inequality.Int16.cs" />
+ <Compile Include="op_Inequality.Int32.cs" />
+ <Compile Include="op_Inequality.Int64.cs" />
+ <Compile Include="op_Inequality.SByte.cs" />
+ <Compile Include="op_Inequality.Single.cs" />
+ <Compile Include="op_Inequality.UInt16.cs" />
+ <Compile Include="op_Inequality.UInt32.cs" />
+ <Compile Include="op_Inequality.UInt64.cs" />
+ <Compile Include="op_Multiply.Byte.cs" />
+ <Compile Include="op_Multiply.Double.cs" />
+ <Compile Include="op_Multiply.Int16.cs" />
+ <Compile Include="op_Multiply.Int32.cs" />
+ <Compile Include="op_Multiply.Int64.cs" />
+ <Compile Include="op_Multiply.SByte.cs" />
+ <Compile Include="op_Multiply.Single.cs" />
+ <Compile Include="op_Multiply.UInt16.cs" />
+ <Compile Include="op_Multiply.UInt32.cs" />
+ <Compile Include="op_Multiply.UInt64.cs" />
+ <Compile Include="op_OnesComplement.Byte.cs" />
+ <Compile Include="op_OnesComplement.Double.cs" />
+ <Compile Include="op_OnesComplement.Int16.cs" />
+ <Compile Include="op_OnesComplement.Int32.cs" />
+ <Compile Include="op_OnesComplement.Int64.cs" />
+ <Compile Include="op_OnesComplement.SByte.cs" />
+ <Compile Include="op_OnesComplement.Single.cs" />
+ <Compile Include="op_OnesComplement.UInt16.cs" />
+ <Compile Include="op_OnesComplement.UInt32.cs" />
+ <Compile Include="op_OnesComplement.UInt64.cs" />
+ <Compile Include="op_Subtraction.Byte.cs" />
+ <Compile Include="op_Subtraction.Double.cs" />
+ <Compile Include="op_Subtraction.Int16.cs" />
+ <Compile Include="op_Subtraction.Int32.cs" />
+ <Compile Include="op_Subtraction.Int64.cs" />
+ <Compile Include="op_Subtraction.SByte.cs" />
+ <Compile Include="op_Subtraction.Single.cs" />
+ <Compile Include="op_Subtraction.UInt16.cs" />
+ <Compile Include="op_Subtraction.UInt32.cs" />
+ <Compile Include="op_Subtraction.UInt64.cs" />
+ <Compile Include="op_UnaryNegation.Byte.cs" />
+ <Compile Include="op_UnaryNegation.Double.cs" />
+ <Compile Include="op_UnaryNegation.Int16.cs" />
+ <Compile Include="op_UnaryNegation.Int32.cs" />
+ <Compile Include="op_UnaryNegation.Int64.cs" />
+ <Compile Include="op_UnaryNegation.SByte.cs" />
+ <Compile Include="op_UnaryNegation.Single.cs" />
+ <Compile Include="op_UnaryNegation.UInt16.cs" />
+ <Compile Include="op_UnaryNegation.UInt32.cs" />
+ <Compile Include="op_UnaryNegation.UInt64.cs" />
+ <Compile Include="op_UnaryPlus.Byte.cs" />
+ <Compile Include="op_UnaryPlus.Double.cs" />
+ <Compile Include="op_UnaryPlus.Int16.cs" />
+ <Compile Include="op_UnaryPlus.Int32.cs" />
+ <Compile Include="op_UnaryPlus.Int64.cs" />
+ <Compile Include="op_UnaryPlus.SByte.cs" />
+ <Compile Include="op_UnaryPlus.Single.cs" />
+ <Compile Include="op_UnaryPlus.UInt16.cs" />
+ <Compile Include="op_UnaryPlus.UInt32.cs" />
+ <Compile Include="op_UnaryPlus.UInt64.cs" />
+ <Compile Include="Program.Vector64_1.cs" />
<Compile Include="..\Shared\Program.cs" />
</ItemGroup>
</Project>