summaryrefslogtreecommitdiff
path: root/src/jit/namedintrinsiclist.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Update the JIT to recognize the IsSupported property for all HWIntrinsics (#2...Tanner Gooding1-3/+6
2018-12-21 Updating `FusedMultiplyAdd` for `System.Math` and `System.MathF` to use intr...Tanner Gooding1-6/+8
2018-11-28Implement the S.R.I.VectorXXX `get_Zero` and `As` helper methods as JIT intri...Tanner Gooding1-0/+1
2018-11-05Add support for BSWAP intrinsic (#18398)Levi Broderick1-5/+6
2018-09-05Implement AVX2 Gather intrinsic in JITFei Peng1-1/+1
2018-06-02Moving the xarch HWIntrtinsicInfo type into its own header file.Tanner Gooding1-121/+0
2018-03-25Remove HWIntrinsicFlag bitwise OR operatorMike Danes1-5/+0
2018-03-16Implement AVX/AVX2 InsertVector128 and ExtractVector128 intrinsicFei Peng1-2/+7
2018-03-14Managed implementation of SSE2 SetAllVector128 helper HW intrinsicJacek Blaszczynski1-2/+2
2018-03-01Implement SSE4.1 insert and extractFei Peng1-1/+1
2018-03-01Update 64-bit intrinsics and simplify SSE/SSE2 intrinsicFei Peng1-3/+16
2018-02-28Adding some asserts that we won't overwrite one of the hwintrinsic operand re...Tanner Gooding1-0/+4
2018-02-26Update the table-driven framework to support x86 imm-intrinsics.Fei Peng1-2/+10
2018-02-03Updating the HWIntrinsic codegen to support marking LoadVector128 and LoadAli...Tanner Gooding1-0/+3
2018-01-31Merge pull request #16116 from fiigii/fixgenericCarol Eidt1-2/+2
2018-01-31Fix table-driven framework for one-type-arg generic intrinsicsFei Peng1-2/+2
2018-01-31Implement simple Sse2 hardware intrinsicsJacek Blaszczynski1-1/+4
2018-01-26[Arm64] Initial HWIntrinsic implementationSteve MacLean1-1/+9
2018-01-19Merge SSE intrinsics into the table-driven frameworkFei Peng1-4/+22
2018-01-18table drive Intel hardware intrinsicFei Peng1-1/+74
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng1-1/+1
2017-09-29Implement IsSuppoored for all ISA classesFei Peng1-2/+8
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-4/+5
2017-09-23Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding1-1/+3
2017-09-11JIT: optimize Enum.HasFlag (#13748)Andy Ayers1-0/+16