r271222 - in /trunk/gcc: ChangeLog config/i386/...

hjl@gcc.gnu.org hjl@gcc.gnu.org
Wed May 15 15:09:00 GMT 2019


Author: hjl
Date: Wed May 15 15:09:19 2019
New Revision: 271222

URL: https://gcc.gnu.org/viewcvs?rev=271222&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/mmx.md



More information about the Gcc-cvs mailing list