summaryrefslogtreecommitdiff
path: root/tests/src/JIT/HardwareIntrinsics/X86/Avx
AgeCommit message (Expand)AuthorFilesLines
2018-03-22fix Set tests on 32-bit platformsFei Peng2-45/+51
2018-03-22Implement SetAllVector256Fei Peng3-0/+306
2018-03-22Implement AVX SetVector256Fei Peng3-0/+323
2018-03-22Add more tests for AVX Insert/Extract intrinsicsFei Peng19-0/+5088
2018-03-20Add tests for AVX/AVX2 intrinsicsFei23-0/+3336
2018-03-19Regenerating the x86 HWIntrinsic tests to track each vector size separatelyTanner Gooding171-1767/+1765
2018-03-19Regenerating the x86 HWIntrinsics tests to no longer have a GC holeTanner Gooding171-233/+233
2018-03-16Add tests for AVX Insert/Extract helper-intrinsicsFei Peng35-0/+10176
2018-03-16Add tests for AVX Insert/ExtractVector128Fei Peng46-0/+13248
2018-03-13Merge pull request #16872 from fiigii/avxpermuteCarol Eidt9-0/+1944
2018-03-12Implement AVX Shuffle and Permute intrinsicsFei9-0/+1944
2018-03-10Adding tests for the Extend, GetLowerHalf, and StaticCast intrinsicsTanner Gooding23-0/+6240
2018-03-05Merge pull request #16731 from tannergooding/hwintrin-avxCarol Eidt11-0/+2566
2018-03-03Implementing tests for more of the AVX hardware intrinsicsTanner Gooding11-0/+2566
2018-03-03Implement AVX/AVX BroadcastScalarToVector*Fei Peng6-0/+320
2018-03-01Adding tests for additional AVX hardware intrinsicsTanner Gooding47-14/+12629
2018-02-26Add AVX.Compare/CompareScalar testsFei Peng6-0/+557
2018-02-26Add Avx.SetZeroVector256<T> testsFei Peng3-0/+299
2018-02-21Updating the x86 hardware intrinsic test templates to allow more configurabilityTanner Gooding30-831/+1232
2018-02-12reenable AVX2 compareEqual.Int64Fei Peng2-6/+6
2018-02-10Add AVX/AVX2 templete-drien tests and enable containment testsFei Peng30-78/+7772
2018-02-10Add test cases for some AVX/AVX2 intrinsicsFei Peng15-0/+895
2018-02-06Implement AVX LoadAlignedVector256, LoadDquVector256, and LoadVector256Fei Peng9-0/+923
2018-02-05Implement AVX Store* intrinsicsFei Peng9-0/+1020
2018-01-29Updating the auto-generated x86 HWIntrinsic test files to contain basic docum...Tanner Gooding4-0/+28
2018-01-27Updating the Avx HardwareIntrinsic tests to be generated from a template.Tanner Gooding11-315/+872
2018-01-18table drive Intel hardware intrinsicFei Peng3-0/+176
2018-01-04Updating the existing HWIntrinsic tests to also test indirect calling via ref...Tanner Gooding1-4/+32
2017-12-22Organizing the tests/src/JIT/HardwareIntrinsics/X86 folder by ISA to make it ...Tanner Gooding3-0/+177