Re: [PATCH 17/43] i386: Emulate MMX mmx_pinsrw with SSE

2019-02-10 Thread Uros Bizjak
On 2/10/19, H.J. Lu wrote: > Emulate MMX mmx_pinsrw with SSE. Only SSE register source operand is > allowed. > > PR target/89021 > * config/i386/mmx.md (mmx_pinsrw): Add SSE emulation. Please change insn condition, Uros. > --- > gcc/config/i386/mmx.md | 30 +---

[PATCH 17/43] i386: Emulate MMX mmx_pinsrw with SSE

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

[PATCH 17/43] i386: Emulate MMX mmx_pinsrw with SSE

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