summaryrefslogtreecommitdiff
path: root/src/jit/hwintrinsicxarch.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-29Resolves an assert around Sse41.ConvertToVector128Int* and Avx2.ConvertToVect...Tanner Gooding1-1/+5
2019-04-05Update the JIT to recognize the IsSupported property for all HWIntrinsics (#2...Tanner Gooding1-5/+4
2019-01-03Fix Vector128/256 As<U> intrinsic recognition and exceptionFei Peng1-10/+0
2018-11-30Implement 64-bit-only intrinsicFei Peng1-34/+17
2018-11-28Implement the S.R.I.VectorXXX `get_Zero` and `As` helper methods as JIT intri...Tanner Gooding1-9/+0
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)MichaƂ Janiszewski1-21/+21
2018-10-25Implement AVX2.BroadcastScalarToVector128/256Fei Peng1-11/+19
2018-09-05Implement AVX2 Gather intrinsic in JITFei Peng1-0/+2
2018-06-02Applying the formatting patch.Tanner Gooding1-9/+9
2018-06-02Updating the x86 HWIntrinsics to query flags via explicit methods.Tanner Gooding1-0/+122
2018-06-02Moving more methods to be static methods on HWIntrinsicInfoTanner Gooding1-0/+9
2018-06-02Moving the simdSizeOfHWIntrinsic and numArgsOfHWIntrinsic methods to be stati...Tanner Gooding1-0/+3
2018-06-02Moving various x86 HWIntrinsicInfo lookup methods to be static methods on HWI...Tanner Gooding1-0/+43
2018-06-02Moving the x86 lookupHWIntrinsic and lookupHWIntrinsicISA methods to be stati...Tanner Gooding1-0/+2
2018-06-02Moving the getHWIntrinsicInfo and getHWIntrinsicName methods to be static met...Tanner Gooding1-2/+9
2018-06-02Moving the xarch HWIntrtinsicInfo type into its own header file.Tanner Gooding1-0/+143