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 +---
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
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