summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics
AgeCommit message (Expand)AuthorFilesLines
2019-08-07Ensure that we check for implicit ivals for single argument intrinsics before...Tanner Gooding12-0/+4455
2019-06-24Make Vector*.ToString() Culture invariant (#25343)Ganbarukamo4147-0/+1814
2019-06-03Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the...Tanner Gooding28-12880/+0
2019-05-13Disable tests that are failing with timeouts.Sergey Andreenko4-0/+8
2019-05-09More cleanup of the HWIntrinsic test templates (#24455)Tanner Gooding593-18357/+69912
2019-05-02Adding more coverage for the AES hwintrinsic tests. (#24335)Tanner Gooding9-54/+1108
2019-04-29Resolves an assert around Sse41.ConvertToVector128Int* and Avx2.ConvertToVect...Tanner Gooding24-0/+672
2019-04-19Pulling in CoreFX changes and fixing up Sse2.StoreLow to be Sse2.StoreScalar ...Tanner Gooding2-34/+34
2019-04-16Arm64 vector ABI (#23675)Carol Eidt1-4/+0
2019-04-12[master] Update dependencies from dotnet/corefx (#23893)dotnet-maestro[bot]66-1643/+1643
2019-04-02Updating the HWIntrinsic x86 codegen to handle indir nodes. (#23629)Tanner Gooding338-0/+40560
2019-03-27Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (#23461)Tanner Gooding3-0/+252
2019-03-06fix BroadcastScalarToVector128/256 and simplify MoveMaskFei Peng3-0/+303
2019-02-28Removing the ExtractVector128 and InsertVector128 APIs that take an address. ...Tanner Gooding45-15344/+0
2019-02-21Enable the HWIntrinsic extension methods and remove the instance implementati...Tanner Gooding186-1893/+2524
2019-02-19Fixing extension method overload resolution for some S.R.I.Vector methods (#2...Tanner Gooding1-12/+12
2019-02-19Optimize Vector128/256<T>.Get/WithElement (#22353)Fei Peng3-0/+276
2019-02-15[master] Update dependencies from dotnet/corefx (#22595)dotnet-maestro[bot]251-1107/+1107
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding1-1/+0
2019-02-06Add option to run tests in unloadable context (#22332)Jan Vorlicek2-0/+4
2019-01-17Merge pull request #22022 from fiigii/reenabletestCarol Eidt11-0/+1664
2019-01-16Re-enable Avx.PermuteVar testsFei Peng11-0/+1664
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng54-2557/+7719
2019-01-10Merge pull request #21928 from fiigii/fixMulxCarol Eidt3-0/+138
2019-01-10Don't optimize BMI2 MultiplyNoFlags awayFei Peng3-0/+138
2019-01-09Fix CRC32 instruction encoding on containment formFei Peng3-0/+339
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng26-15/+3077
2018-12-04Move more SSE2 intrinsic tests to templateFei Peng24-543/+1098
2018-12-04Remove redundant checks in test templatesFei Peng49-49/+49
2018-11-30Migrate 64-bit-only intrinsic tests to new APIsFei Peng100-965/+4495
2018-11-20Fixing up some issues with the HWIntrinsic test templates (#21104)Tanner Gooding1472-6348/+16386
2018-11-17Removing the legacy helper intrinsics and adding tests for their replacements...Tanner Gooding626-25904/+60561
2018-11-07Merge pull request #20787 from CarolEidt/Arm64IntrinsicsWindowsCarol Eidt1-4/+1
2018-11-03Add Windows support for Arm64 HW IntrinsicsCarol Eidt1-4/+1
2018-10-26Move SSE/SSE2/AVX Load* intrinsic tests to the template frameworkFei Peng51-1113/+4292
2018-10-25Add test cases for AVX2.BroadcastScalarToVector128/256 and move Avx.Broadcast...Fei Peng61-715/+7658
2018-10-23Re-enable hardware intrinsic testsFei Peng34-0/+12246
2018-10-15Fix GitHub #20389 (#20391)Fei Peng1-1/+1
2018-10-11Implement LeadingSignCount and LeadingZeroCount ARM64 Base Intrinsics (#20306)Egor Chesakov1-63/+49
2018-10-09Disable tests for generic hardware intrinsicFei Peng37-9103/+1
2018-10-05Add tests for AVX2 and new intrinsicFei Peng100-357/+32183
2018-10-03Merge pull request #20173 from fiigii/retestCarol Eidt9-0/+1011
2018-09-28Add pointer overloads for Avx2.BroadcastScalarToVector256Fei Peng4-40/+0
2018-09-27Re-enable hardware intrinsic testsFei Peng9-0/+1011
2018-09-20Convert Sse2 tests PackSignedSaturate, PackUnsignedSaturate, UnpackHigh and U...Jacek Blaszczynski37-1116/+8555
2018-09-20Disable tests of BroadcastScalarToVector128Fei Peng14-3830/+0
2018-09-19Add generated code for Convert Sse2 ConvertTo* and ConvertToVector128* testsJacek Blaszczynski55-1790/+7696
2018-09-19Convert Sse2 ConvertTo* and ConvertToVector128* tests to template basedJacek Blaszczynski6-4/+803
2018-09-13temporarily disable some hw intrinsic testsFei Peng9-464/+0
2018-09-10Add test cases for Pclmulqdq intrinsicFei Peng15-1/+4294