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

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


Author: hjl
Date: Wed May 15 15:14:03 2019
New Revision: 271230

URL: https://gcc.gnu.org/viewcvs?rev=271230&root=gcc&view=rev
Log:
i386: Emulate MMX mmx_pinsrw with SSE

Emulate MMX mmx_pinsrw with SSE.  Only SSE register destination operand
is allowed.

	PR target/89021
	* config/i386/mmx.md (mmx_pinsrw): Also check TARGET_MMX and
	TARGET_MMX_WITH_SSE.
	(*mmx_pinsrw): Add SSE emulation.

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



More information about the Gcc-cvs mailing list