https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89021
--- Comment #11 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> --- Author: hjl Date: Wed May 15 15:07:04 2019 New Revision: 271219 URL: https://gcc.gnu.org/viewcvs?rev=271219&root=gcc&view=rev Log: i386: Emulate MMX smulv4hi3_highpart with SSE Emulate MMX mulv4hi3 with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/mmx.md (mmx_smulv4hi3_highpart): Also allow TARGET_MMX_WITH_SSE. (*mmx_smulv4hi3_highpart): Also allow TARGET_MMX_WITH_SSE. Add SSE support. Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/mmx.md