Re: [PATCH 34/43] i386: Emulate MMX abs2 with SSE

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

[PATCH 34/43] i386: Emulate MMX abs2 with SSE

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

[PATCH 34/43] i386: Emulate MMX abs2 with SSE

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