https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89021
--- Comment #36 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> --- Author: hjl Date: Wed May 15 15:24:44 2019 New Revision: 271244 URL: https://gcc.gnu.org/viewcvs?rev=271244&root=gcc&view=rev Log: i386: Emulate MMX ssse3_pmulhrswv4hi3 with SSE Emulate MMX ssse3_pmulhrswv4hi3 with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/sse.md (ssse3_pmulhrswv4hi3): Require TARGET_MMX or TARGET_MMX_WITH_SSE. (*ssse3_pmulhrswv4hi3): Add SSE emulation. Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/sse.md