Re: [PATCH 16/43] i386: Emulate MMX mmx_pextrw with SSE

2019-02-10 Thread Uros Bizjak
On 2/10/19, H.J. Lu wrote: > Emulate MMX mmx_pextrw with SSE. Only SSE register source operand is > allowed. > > PR target/89021 > * config/i386/mmx.md (mmx_pextrw): Add SSE emulation. > --- > gcc/config/i386/mmx.md | 16 +--- > 1 file changed, 9 insertions(+), 7 deletion

[PATCH 16/43] i386: Emulate MMX mmx_pextrw with SSE

2019-02-09 Thread H.J. Lu
Emulate MMX mmx_pextrw with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/mmx.md (mmx_pextrw): Add SSE emulation. --- gcc/config/i386/mmx.md | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/gcc/config/i386/mmx.

[PATCH 16/43] i386: Emulate MMX mmx_pextrw with SSE

2019-02-09 Thread H.J. Lu
Emulate MMX mmx_pextrw with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/mmx.md (mmx_pextrw): Add SSE emulation. --- gcc/config/i386/mmx.md | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/gcc/config/i386/mmx.md