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

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

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

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