Re: [PATCH 08/43] i386: Emulate MMX ashr3/3 with SSE

2019-02-10 Thread Uros Bizjak
On Sun, Feb 10, 2019 at 9:38 PM H.J. Lu wrote: > > On Sun, Feb 10, 2019 at 2:26 AM Uros Bizjak wrote: > > > > On 2/10/19, H.J. Lu wrote: > > > Emulate MMX ashr3/3 with SSE. Only SSE register > > > source operand is allowed. > > > > > > PR target/89021 > > > * config/i386/mmx.md (mmx

Re: [PATCH 08/43] i386: Emulate MMX ashr3/3 with SSE

2019-02-10 Thread H.J. Lu
On Sun, Feb 10, 2019 at 2:26 AM Uros Bizjak wrote: > > On 2/10/19, H.J. Lu wrote: > > Emulate MMX ashr3/3 with SSE. Only SSE register > > source operand is allowed. > > > > PR target/89021 > > * config/i386/mmx.md (mmx_ashr3): Disallow with > > TARGET_MMX_WITH_SSE. > > (m

Re: [PATCH 08/43] i386: Emulate MMX ashr3/3 with SSE

2019-02-10 Thread Uros Bizjak
On 2/10/19, H.J. Lu wrote: > Emulate MMX ashr3/3 with SSE. Only SSE register > source operand is allowed. > > PR target/89021 > * config/i386/mmx.md (mmx_ashr3): Disallow with > TARGET_MMX_WITH_SSE. > (mmx_3): Likewise. > (ashr3): New. > (3): Likewise. Please

[PATCH 08/43] i386: Emulate MMX ashr3/3 with SSE

2019-02-09 Thread H.J. Lu
Emulate MMX ashr3/3 with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/mmx.md (mmx_ashr3): Disallow with TARGET_MMX_WITH_SSE. (mmx_3): Likewise. (ashr3): New. (3): Likewise. --- gcc/config/i386/mmx.md | 38

[PATCH 08/43] i386: Emulate MMX ashr3/3 with SSE

2019-02-09 Thread H.J. Lu
Emulate MMX ashr3/3 with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/mmx.md (mmx_ashr3): Disallow with TARGET_MMX_WITH_SSE. (mmx_3): Likewise. (ashr3): New. (3): Likewise. --- gcc/config/i386/mmx.md | 38