summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle_r.csproj
diff options
context:
space:
mode:
authorFei Peng <fei.peng@intel.com>2019-01-16 09:48:43 -0800
committerCarol Eidt <carol.eidt@microsoft.com>2019-01-16 09:48:43 -0800
commit3e47f4dcc66d013daf9ac1ede15eaf0d8fac7c69 (patch)
tree891bfa58aacf5c6d3621ae1839ac1a32f368da3f /tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle_r.csproj
parent5a81049245062814e3581b763c89c8a49058c8f5 (diff)
downloadcoreclr-3e47f4dcc66d013daf9ac1ede15eaf0d8fac7c69.tar.gz
coreclr-3e47f4dcc66d013daf9ac1ede15eaf0d8fac7c69.tar.bz2
coreclr-3e47f4dcc66d013daf9ac1ede15eaf0d8fac7c69.zip
Fix imm-operand encoding for SSE/AVX instructions (#21999)
* Move more SSE2 tests to the template * Improve Insert test template to involve more codegen situations * Fix imm-operand encoding for SSE/AVX instructions
Diffstat (limited to 'tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle_r.csproj')
-rw-r--r--tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle_r.csproj48
1 files changed, 0 insertions, 48 deletions
diff --git a/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle_r.csproj b/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle_r.csproj
deleted file mode 100644
index cac561b2be..0000000000
--- a/tests/src/JIT/HardwareIntrinsics/X86/Sse2/Shuffle_r.csproj
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{D25DF7E1-96B0-454A-A5BE-70C26BE49559}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
- <ItemGroup>
- <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
- <Visible>False</Visible>
- </CodeAnalysisDependentAssemblyPaths>
- </ItemGroup>
- <PropertyGroup>
- <DebugType>Embedded</DebugType>
- <Optimize></Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Shuffle.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Shuffle.tt</DependentUpon>
- </Compile>
- <Compile Include="TestTableSse2.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Shuffle.tt">
- <Generator>TextTemplatingFileGenerator</Generator>
- <LastGenOutput>Shuffle.cs</LastGenOutput>
- </Content>
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
- </PropertyGroup>
-</Project> \ No newline at end of file