Re: [PATCH 22/43] i386: Emulate MMX mmx_uavgv8qi3 with SSE

2019-02-10 Thread Uros Bizjak
On 2/10/19, H.J. Lu wrote: > Emulate MMX mmx_uavgv8qi3 with SSE. Only SSE register source operand is > allowed. > > PR target/89021 > * config/i386/mmx.md (mmx_uavgv8qi3): Add SSE emulation support. > (*mmx_uavgv8qi3): Add SSE emulation. Please change insn conditions here and u

[PATCH 22/43] i386: Emulate MMX mmx_uavgv8qi3 with SSE

2019-02-09 Thread H.J. Lu
Emulate MMX mmx_uavgv8qi3 with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/mmx.md (mmx_uavgv8qi3): Add SSE emulation support. (*mmx_uavgv8qi3): Add SSE emulation. --- gcc/config/i386/mmx.md | 21 + 1 file changed, 13

[PATCH 22/43] i386: Emulate MMX mmx_uavgv8qi3 with SSE

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