bc465abb8381980a1cb7a061a87f5657b03566cd
[platform/upstream/coreclr.git] / tests / src / JIT / HardwareIntrinsics / X86 / Avx2 / Avx2_r.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
11     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
12     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
13   </PropertyGroup>
14   <!-- Default configurations to help VS understand the configurations -->
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "></PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
17   <ItemGroup>
18     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
19       <Visible>False</Visible>
20     </CodeAnalysisDependentAssemblyPaths>
21   </ItemGroup>
22   <PropertyGroup>
23     <DebugType>None</DebugType>
24     <Optimize></Optimize>
25   </PropertyGroup>
26   <ItemGroup>
27     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
28   </ItemGroup>
29   <ItemGroup>
30     <Compile Include="Add.Byte.cs" />
31     <Compile Include="Add.Int16.cs" />
32     <Compile Include="Add.Int32.cs" />
33     <Compile Include="Add.Int64.cs" />
34     <Compile Include="Add.SByte.cs" />
35     <Compile Include="Add.UInt16.cs" />
36     <Compile Include="Add.UInt32.cs" />
37     <Compile Include="Add.UInt64.cs" />
38     <Compile Include="And.Byte.cs" />
39     <Compile Include="And.Int16.cs" />
40     <Compile Include="And.Int32.cs" />
41     <Compile Include="And.Int64.cs" />
42     <Compile Include="And.SByte.cs" />
43     <Compile Include="And.UInt16.cs" />
44     <Compile Include="And.UInt32.cs" />
45     <Compile Include="And.UInt64.cs" />
46     <Compile Include="AndNot.Byte.cs" />
47     <Compile Include="AndNot.Int16.cs" />
48     <Compile Include="AndNot.Int32.cs" />
49     <Compile Include="AndNot.Int64.cs" />
50     <Compile Include="AndNot.SByte.cs" />
51     <Compile Include="AndNot.UInt16.cs" />
52     <Compile Include="AndNot.UInt32.cs" />
53     <Compile Include="AndNot.UInt64.cs" />
54     <Compile Include="Average.Byte.cs" />
55     <Compile Include="Average.UInt16.cs" />
56     <Compile Include="BlendVariable.Byte.cs" />
57     <Compile Include="BlendVariable.SByte.cs" /> 
58     <Compile Include="BroadcastScalarToVector128.Byte.cs" />
59     <Compile Include="BroadcastScalarToVector128.SByte.cs" />
60     <Compile Include="BroadcastScalarToVector128.Int16.cs" />
61     <Compile Include="BroadcastScalarToVector128.UInt16.cs" />
62     <Compile Include="BroadcastScalarToVector128.Int32.cs" />
63     <Compile Include="BroadcastScalarToVector128.UInt32.cs" />
64     <Compile Include="BroadcastScalarToVector128.Int64.cs" />
65     <Compile Include="BroadcastScalarToVector128.UInt64.cs" />
66     <Compile Include="BroadcastScalarToVector128.Single.cs" />
67     <Compile Include="BroadcastScalarToVector128.Double.cs" />
68     <Compile Include="BroadcastScalarToVector256.Byte.cs" />
69     <Compile Include="BroadcastScalarToVector256.SByte.cs" />
70     <Compile Include="BroadcastScalarToVector256.Int16.cs" />
71     <Compile Include="BroadcastScalarToVector256.UInt16.cs" />
72     <Compile Include="BroadcastScalarToVector256.Int32.cs" />
73     <Compile Include="BroadcastScalarToVector256.UInt32.cs" />
74     <Compile Include="BroadcastScalarToVector256.Int64.cs" />
75     <Compile Include="BroadcastScalarToVector256.UInt64.cs" />
76     <Compile Include="BroadcastScalarToVector256.Single.cs" />
77     <Compile Include="BroadcastScalarToVector256.Double.cs" />
78     <Compile Include="CompareEqual.Byte.cs" />
79     <Compile Include="CompareEqual.Int16.cs" />
80     <Compile Include="CompareEqual.Int32.cs" />
81     <Compile Include="CompareEqual.Int64.cs" />
82     <Compile Include="CompareEqual.SByte.cs" />
83     <Compile Include="CompareEqual.UInt16.cs" />
84     <Compile Include="CompareEqual.UInt32.cs" />
85     <Compile Include="CompareEqual.UInt64.cs" />
86     <Compile Include="CompareGreaterThan.Int16.cs" />
87     <Compile Include="CompareGreaterThan.Int32.cs" />
88     <Compile Include="CompareGreaterThan.Int64.cs" />
89     <Compile Include="CompareGreaterThan.SByte.cs" />
90     <Compile Include="ExtractVector128.Byte.1.cs" />
91     <Compile Include="ExtractVector128.SByte.1.cs" />
92     <Compile Include="ExtractVector128.Int16.1.cs" />
93     <Compile Include="ExtractVector128.UInt16.1.cs" />
94     <Compile Include="ExtractVector128.Int32.1.cs" />
95     <Compile Include="ExtractVector128.UInt32.1.cs" />
96     <Compile Include="ExtractVector128.Int64.1.cs" />
97     <Compile Include="ExtractVector128.UInt64.1.cs" />
98     <Compile Include="ExtractVector128.Byte.1.Store.cs" />
99     <Compile Include="ExtractVector128.SByte.1.Store.cs" />
100     <Compile Include="ExtractVector128.Int16.1.Store.cs" />
101     <Compile Include="ExtractVector128.UInt16.1.Store.cs" />
102     <Compile Include="ExtractVector128.Int32.1.Store.cs" />
103     <Compile Include="ExtractVector128.UInt32.1.Store.cs" />
104     <Compile Include="ExtractVector128.Int64.1.Store.cs" />
105     <Compile Include="ExtractVector128.UInt64.1.Store.cs" />
106     <Compile Include="InsertVector128.Byte.1.cs" />
107     <Compile Include="InsertVector128.SByte.1.cs" />
108     <Compile Include="InsertVector128.Int16.1.cs" />
109     <Compile Include="InsertVector128.UInt16.1.cs" />
110     <Compile Include="InsertVector128.Int32.1.cs" />
111     <Compile Include="InsertVector128.UInt32.1.cs" />
112     <Compile Include="InsertVector128.Int64.1.cs" />
113     <Compile Include="InsertVector128.UInt64.1.cs" />
114     <Compile Include="InsertVector128.Byte.1.Load.cs" />
115     <Compile Include="InsertVector128.SByte.1.Load.cs" />
116     <Compile Include="InsertVector128.Int16.1.Load.cs" />
117     <Compile Include="InsertVector128.UInt16.1.Load.cs" />
118     <Compile Include="InsertVector128.Int32.1.Load.cs" />
119     <Compile Include="InsertVector128.UInt32.1.Load.cs" />
120     <Compile Include="InsertVector128.Int64.1.Load.cs" />
121     <Compile Include="InsertVector128.UInt64.1.Load.cs" />
122     <Compile Include="Max.Byte.cs" />
123     <Compile Include="Max.Int16.cs" />
124     <Compile Include="Max.Int32.cs" />
125     <Compile Include="Max.SByte.cs" />
126     <Compile Include="Max.UInt16.cs" />
127     <Compile Include="Max.UInt32.cs" />
128     <Compile Include="Min.Byte.cs" />
129     <Compile Include="Min.Int16.cs" />
130     <Compile Include="Min.Int32.cs" />
131     <Compile Include="Min.SByte.cs" />
132     <Compile Include="Min.UInt16.cs" />
133     <Compile Include="Min.UInt32.cs" />
134     <Compile Include="Or.Byte.cs" />
135     <Compile Include="Or.Int16.cs" />
136     <Compile Include="Or.Int32.cs" />
137     <Compile Include="Or.Int64.cs" />
138     <Compile Include="Or.SByte.cs" />
139     <Compile Include="Or.UInt16.cs" />
140     <Compile Include="Or.UInt32.cs" />
141     <Compile Include="Or.UInt64.cs" />
142     <Compile Include="Permute2x128.Int32.2.cs" />
143     <Compile Include="Permute2x128.UInt32.2.cs" />
144     <Compile Include="Permute2x128.Int64.2.cs" />
145     <Compile Include="Permute2x128.UInt64.2.cs" />
146     <Compile Include="ShiftLeftLogical.Int16.1.cs" />
147     <Compile Include="ShiftLeftLogical.UInt16.1.cs" />
148     <Compile Include="ShiftLeftLogical.Int32.1.cs" />
149     <Compile Include="ShiftLeftLogical.UInt32.1.cs" />
150     <Compile Include="ShiftLeftLogical.Int64.1.cs" />
151     <Compile Include="ShiftLeftLogical.UInt64.1.cs" />
152     <Compile Include="ShiftLeftLogical.Int16.16.cs" />
153     <Compile Include="ShiftLeftLogical.UInt16.16.cs" />
154     <Compile Include="ShiftLeftLogical.Int32.32.cs" />
155     <Compile Include="ShiftLeftLogical.UInt32.32.cs" />
156     <Compile Include="ShiftLeftLogical.Int64.64.cs" />
157     <Compile Include="ShiftLeftLogical.UInt64.64.cs" />
158     <Compile Include="ShiftRightLogical.Int16.1.cs" />
159     <Compile Include="ShiftRightLogical.UInt16.1.cs" />
160     <Compile Include="ShiftRightLogical.Int32.1.cs" />
161     <Compile Include="ShiftRightLogical.UInt32.1.cs" />
162     <Compile Include="ShiftRightLogical.Int64.1.cs" />
163     <Compile Include="ShiftRightLogical.UInt64.1.cs" />
164     <Compile Include="ShiftRightLogical.Int16.16.cs" />
165     <Compile Include="ShiftRightLogical.UInt16.16.cs" />
166     <Compile Include="ShiftRightLogical.Int32.32.cs" />
167     <Compile Include="ShiftRightLogical.UInt32.32.cs" />
168     <Compile Include="ShiftRightLogical.Int64.64.cs" />
169     <Compile Include="ShiftRightLogical.UInt64.64.cs" />
170     <Compile Include="ShiftRightArithmetic.Int16.1.cs" />
171     <Compile Include="ShiftRightArithmetic.Int32.1.cs" />
172     <Compile Include="ShiftRightArithmetic.Int16.16.cs" />
173     <Compile Include="ShiftRightArithmetic.Int32.32.cs" />
174     <Compile Include="ShiftLeftLogical128BitLane.SByte.1.cs" />
175     <Compile Include="ShiftLeftLogical128BitLane.Byte.1.cs" />
176     <Compile Include="ShiftLeftLogical128BitLane.Int16.1.cs" />
177     <Compile Include="ShiftLeftLogical128BitLane.UInt16.1.cs" />
178     <Compile Include="ShiftLeftLogical128BitLane.Int32.1.cs" />
179     <Compile Include="ShiftLeftLogical128BitLane.UInt32.1.cs" />
180     <Compile Include="ShiftLeftLogical128BitLane.Int64.1.cs" />
181     <Compile Include="ShiftLeftLogical128BitLane.UInt64.1.cs" />
182     <Compile Include="ShiftRightLogical128BitLane.SByte.1.cs" />
183     <Compile Include="ShiftRightLogical128BitLane.Byte.1.cs" />
184     <Compile Include="ShiftRightLogical128BitLane.Int16.1.cs" />
185     <Compile Include="ShiftRightLogical128BitLane.UInt16.1.cs" />
186     <Compile Include="ShiftRightLogical128BitLane.Int32.1.cs" />
187     <Compile Include="ShiftRightLogical128BitLane.UInt32.1.cs" />
188     <Compile Include="ShiftRightLogical128BitLane.Int64.1.cs" />
189     <Compile Include="ShiftRightLogical128BitLane.UInt64.1.cs" />
190     <Compile Include="Subtract.Byte.cs" />
191     <Compile Include="Subtract.Int16.cs" />
192     <Compile Include="Subtract.Int32.cs" />
193     <Compile Include="Subtract.Int64.cs" />
194     <Compile Include="Subtract.SByte.cs" />
195     <Compile Include="Subtract.UInt16.cs" />
196     <Compile Include="Subtract.UInt32.cs" />
197     <Compile Include="Subtract.UInt64.cs" />
198     <Compile Include="Xor.Byte.cs" />
199     <Compile Include="Xor.Int16.cs" />
200     <Compile Include="Xor.Int32.cs" />
201     <Compile Include="Xor.Int64.cs" />
202     <Compile Include="Xor.SByte.cs" />
203     <Compile Include="Xor.UInt16.cs" />
204     <Compile Include="Xor.UInt32.cs" />
205     <Compile Include="Xor.UInt64.cs" />
206     <Compile Include="Program.Avx2.cs" />
207     <Compile Include="..\Shared\Program.cs" />
208     <Compile Include="..\Shared\SimpleBinOpTest_DataTable.cs" />    
209     <Compile Include="..\Shared\SimpleTernOpTest_DataTable.cs" />
210     <Compile Include="..\Shared\SimpleUnOpTest_DataTable.cs" />
211   </ItemGroup>
212   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
213   <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' "></PropertyGroup>
214 </Project>