Re: [PATCH 11/43] i386: Emulate MMX mmx_eq/mmx_gt3 with SSE

2019-02-10 Thread Uros Bizjak
On 2/10/19, H.J. Lu wrote: > Emulate MMX mmx_eq/mmx_gt3 with SSE. Only SSE register source > operand is allowed. > > PR target/89021 > * config/i386/mmx.md (mmx_eq3): Also allow > TARGET_MMX_WITH_SSE. > (*mmx_eq3): Also allow TARGET_MMX_WITH_SSE. Add SSE > support.

[PATCH 11/43] i386: Emulate MMX mmx_eq/mmx_gt3 with SSE

2019-02-09 Thread H.J. Lu
Emulate MMX mmx_eq/mmx_gt3 with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/mmx.md (mmx_eq3): Also allow TARGET_MMX_WITH_SSE. (*mmx_eq3): Also allow TARGET_MMX_WITH_SSE. Add SSE support. (mmx_gt3): Likewise. ---

[PATCH 11/43] i386: Emulate MMX mmx_eq/mmx_gt3 with SSE

2019-02-09 Thread H.J. Lu
Emulate MMX mmx_eq/mmx_gt3 with SSE. Only SSE register source operand is allowed. PR target/89021 * config/i386/mmx.md (mmx_eq3): Also allow TARGET_MMX_WITH_SSE. (*mmx_eq3): Also allow TARGET_MMX_WITH_SSE. Add SSE support. (mmx_gt3): Likewise. ---