summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/X86
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Merge pull request #16646 from fiigii/insertextractCarol Eidt45-1/+12118
2018-03-02Merge pull request #16669 from tannergooding/hwintrin-sse2-maskmoveCarol Eidt3-0/+184
2018-03-01Add tests and templates for insert/extractFei Peng45-1/+12118
2018-03-01Adding tests for additional AVX hardware intrinsicsTanner Gooding90-438/+13578
2018-02-28Adding tests for the SSE2 MaskMove intrinsicTanner Gooding3-0/+184
2018-02-28Adding tests for the implemented SSE41 hardware intrinsicsTanner Gooding128-11/+35151
2018-02-28Merge pull request #16599 from fiigii/fixstaticcastCarol Eidt1-2/+42
2018-02-27Fix StaticCast with NotSupportedExceptionFei Peng1-2/+42
2018-02-26Add tests/templates for AVX2/SSE2 shift intrinsicsFei Peng96-2/+28231
2018-02-26Add tests ShiftLeft/RightLogicalVariableFei Peng6-0/+912
2018-02-26Add AVX.Compare/CompareScalar testsFei Peng6-0/+557
2018-02-26Add Avx.SetZeroVector256<T> testsFei Peng3-0/+299
2018-02-21Adding tests for the SSE3 and SSSE3 hardware intrinsicsTanner Gooding44-0/+8683
2018-02-21Updating the x86 hardware intrinsic test templates to allow more configurabilityTanner Gooding248-7617/+11163
2018-02-15Implement SSE4.1 LoadAlignedVector128NonTemporalFei Peng3-0/+299
2018-02-13Add Sse2 scalar hardware intrinsics testsJacek Blaszczynski138-0/+6380
2018-02-13Implement scalar Sse2 hardware intrinsicsJacek Blaszczynski1-6/+305
2018-02-12Implement SSE4.2 CompareGreaterThanFei Peng5-0/+428
2018-02-12Implement SSE4.1 CompareEqualFei Peng5-0/+728
2018-02-12reenable AVX2 compareEqual.Int64Fei Peng7-7/+643
2018-02-10Add AVX/AVX2 templete-drien tests and enable containment testsFei Peng106-482/+26117
2018-02-10Add new test templateFei Peng6-0/+844
2018-02-10Add test cases for some AVX/AVX2 intrinsicsFei Peng33-0/+2413
2018-02-08Add tests for Sse2 memory fence instructionsJacek Blaszczynski6-0/+212
2018-02-06Implement AVX2 LoadAlignedVector256/128NonTemporalFei Peng3-0/+299
2018-02-06Implement SSE3 LoadAndDuplicateToVector128 and LoadDquVector128Fei Peng6-0/+424
2018-02-06Implement AVX LoadAlignedVector256, LoadDquVector256, and LoadVector256Fei Peng9-0/+923
2018-02-06Merge pull request #16228 from fiigii/storeCarol Eidt27-0/+2445
2018-02-05Implement SSE2 Store* intrinsicsFei Peng18-0/+1425
2018-02-05Implement AVX Store* intrinsicsFei Peng9-0/+1020
2018-02-05Adding tests for the StoreFence/Prefetch* APIs and the new Sse scalar overloads.Tanner Gooding9-61/+421
2018-02-05Moving a number of the Sse2 hwintrinsic tests to use the test template.Tanner Gooding152-3718/+25955
2018-02-05Adding tests for the SSE2 LoadVector128, LoadAlignedVector128, and LoadScalar...Tanner Gooding9-0/+813
2018-02-03Updating the templated x86 hwintrinsic tests to validate Load and LoadAlignedTanner Gooding60-1446/+6419
2018-02-02Update CoreClr, CoreFx to preview2-26202-06, preview2-26202-01, respectively ...dotnet-maestro-bot9-12/+12
2018-02-01Fix validation code in Sse2.MultiplyLow testsJacek Blaszczynski1-2/+2
2018-02-01Moving the Sse Compare*OrderedScalar and Compare*UnorderedScalar tests to use...Tanner Gooding54-1829/+2678
2018-02-01Moving the Sse max/min tests to use the template.Tanner Gooding20-641/+880
2018-02-01Moving the Sse comparison tests to use the template.Tanner Gooding100-3830/+5294
2018-01-31Implement simple Sse2 hardware intrinsicsJacek Blaszczynski120-12/+8317
2018-01-30Merge pull request #15771 from tannergooding/hwintrin-testsTanner Gooding88-2542/+7793
2018-01-29Updating the auto-generated x86 HWIntrinsic test files to contain basic docum...Tanner Gooding35-2/+250
2018-01-28Marking SSE HWIntrinsics as fully implementedTanner Gooding1-1/+1
2018-01-28Adding tests for the SSE Store, StoreAligned, StoreAlignedNonTemporal, StoreH...Tanner Gooding18-0/+852
2018-01-27Updating several of the Sse HardwareIntrinsic tests to be generated from a te...Tanner Gooding50-1867/+2586
2018-01-27Updating the Avx2.Add HardwareIntrinsic tests to be generated from a template.Tanner Gooding12-2/+1734
2018-01-27Updating the Avx HardwareIntrinsic tests to be generated from a template.Tanner Gooding12-315/+882
2018-01-27Updating the Sse2 HardwareIntrinsic tests to be generated from a template.Tanner Gooding17-358/+2343
2018-01-18table drive Intel hardware intrinsicFei Peng9-0/+523
2018-01-17Fixing the `LoadAlignedVector128` HWIntrinsic test to ensure that we always r...Tanner Gooding1-1/+12