summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/X86/Sse2
AgeCommit message (Expand)AuthorFilesLines
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng39-2053/+6879
2018-12-04Move more SSE2 intrinsic tests to templateFei Peng11-302/+540
2018-12-04Remove redundant checks in test templatesFei Peng6-6/+6
2018-11-30Migrate 64-bit-only intrinsic tests to new APIsFei Peng28-1267/+146
2018-11-20Fixing up some issues with the HWIntrinsic test templates (#21104)Tanner Gooding231-1101/+3058
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding23-3477/+2
2018-10-26Move SSE/SSE2/AVX Load* intrinsic tests to the template frameworkFei Peng23-508/+2296
2018-10-05Add tests for AVX2 and new intrinsicFei Peng8-130/+812
2018-09-27Re-enable hardware intrinsic testsFei Peng5-0/+812
2018-09-20Convert Sse2 tests PackSignedSaturate, PackUnsignedSaturate, UnpackHigh and U...Jacek Blaszczynski36-1116/+8534
2018-09-19Add generated code for Convert Sse2 ConvertTo* and ConvertToVector128* testsJacek Blaszczynski54-1605/+7511
2018-09-19Convert Sse2 ConvertTo* and ConvertToVector128* tests to template basedJacek Blaszczynski3-1/+54
2018-09-13temporarily disable some hw intrinsic testsFei Peng6-267/+0
2018-09-05Convert all Sse2.Compare*** tests to template basedJacek Blaszczynski99-3185/+9374
2018-08-09Updating the x86 HWIntrinsic tests to include embedded pdbsTanner Gooding156-156/+156
2018-08-06Regenerating the templated x86 HWIntrinsic tests.Tanner Gooding161-0/+4722
2018-07-30Fix HW intrinsics test projects naming and optimization levels according to r...Jacek Blaszczynski67-125/+65
2018-07-24Removing duplicate CoreCLRTestLibrary project referencesTanner Gooding2-6/+0
2018-07-24Regenerating the x86 HWIntrinsic templated testsTanner Gooding161-1531/+744
2018-07-19Regenerating the HWIntrinsic tests from the updated templatesTanner Gooding161-746/+746
2018-07-10Remove random.NextDouble() from JIT/HardwareIntrinsics tests (#18838)Egor Chesakov31-228/+234
2018-07-10Regenerating the x86 HWIntrinsic tests to cover struct field scenariosTanner Gooding161-1477/+8965
2018-07-09Renaming ScalarUnOpTest to ScalarSimdUnOpTestTanner Gooding11-65/+65
2018-07-02Removing unnecessary `try/catch` blocks from the ExtractScalar and InsertScal...Tanner Gooding6-54/+12
2018-06-18Improve Intel hardware intrinsic APIs (#17637)Fei Peng5-624/+0
2018-06-01fix SSE2 intrinsic MoveScalar for type long and ulonghelloguo6-0/+260
2018-05-20Fix ConvertToInt32WithTruncation testsJacek Blaszczynski1-2/+2
2018-03-19Fixing the x86 ScalarUnOpTest template to no longer write out of boundsTanner Gooding9-675/+243
2018-03-19Regenerating the x86 HWIntrinsic tests to track each vector size separatelyTanner Gooding164-1880/+1886
2018-03-19Regenerating the x86 HWIntrinsics tests to no longer have a GC holeTanner Gooding164-267/+267
2018-03-15Convert Sse2 tests to template driven version - part 1Jacek Blaszczynski59-1712/+7717
2018-03-14Merge pull request #16832 from dotnetrt/StoreNonTemporalCarol Eidt3-0/+239
2018-03-14Merge pull request #16797 from dotnetrt/SetAllVector128_ManagedCarol Eidt4-3/+396
2018-03-14Merge pull request #16853 from dotnetrt/CnvertScInt64Carol Eidt2-2/+12
2018-03-14Convert implementation of SetAllVector128 SSE HW intrinsic to managedJacek Blaszczynski1-2/+2
2018-03-14Add SSE2 SetAllVector128 helper HW intrinsic testsJacek Blaszczynski4-3/+396
2018-03-13Add SSE2 StoreNonTemporal HW intrinsic testsJacek Blaszczynski3-0/+239
2018-03-10Add SSE2 SetVector128 HW intrinsic testsJacek Blaszczynski4-1/+388
2018-03-09Fix ConvertScalarToVector128(U)Int64 codegen and improve testsJacek Blaszczynski2-2/+12
2018-03-06Updating the x86 hardware-intrin test templates to use named format argumentsTanner Gooding1-38/+38
2018-03-05Add LoadHigh, LoadLow, and SetScalarVector128 SSE2 HW intrinsics testsJacek Blaszczynski10-44/+523
2018-03-02Add Shuffle* Sse2 hardware intrinsics testsJacek Blaszczynski13-10/+2340
2018-03-02Merge pull request #16646 from fiigii/insertextractCarol Eidt11-0/+2544
2018-03-01Add tests and templates for insert/extractFei Peng11-0/+2544
2018-02-28Adding tests for the SSE2 MaskMove intrinsicTanner Gooding3-0/+184
2018-02-26Add tests/templates for AVX2/SSE2 shift intrinsicsFei Peng47-0/+13906
2018-02-21Updating the x86 hardware intrinsic test templates to allow more configurabilityTanner Gooding86-2580/+3870
2018-02-13Add Sse2 scalar hardware intrinsics testsJacek Blaszczynski138-0/+6380
2018-02-13Implement scalar Sse2 hardware intrinsicsJacek Blaszczynski1-6/+305
2018-02-10Add AVX/AVX2 templete-drien tests and enable containment testsFei Peng2-2/+2