]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Emulate MMX mmx_andnot<mode>3 with SSE
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 15:09:50 +0000 (15:09 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2019 15:09:50 +0000 (15:09 +0000)
commita77502610b3836745881b2a24b5c3372dc0f3d5d
treed89984c592c79d9289b2aefcfb350cfa21977b56
parent8eb290d83073359df95b59ad375eec57c0f9d486
i386: Emulate MMX mmx_andnot<mode>3 with SSE

Emulate MMX mmx_andnot<mode>3 with SSE.  Only SSE register source operand
is allowed.

PR target/89021
* config/i386/mmx.md (mmx_andnot<mode>3): Also allow
TARGET_MMX_WITH_SSE.  Add SSE support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271223 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/mmx.md