Re: [PATCH 02/42] i386: Add mmx_nonimmediate_operand

2019-02-15 Thread Uros Bizjak
On Fri, Feb 15, 2019 at 2:58 PM H.J. Lu wrote: > > True if the operand is a register or an nonimmediate operand when > TARGET_MMX_WITH_SSE is false. > > PR target/89021 > * config/i386/predicates.md (mmx_nonimmediate_operand): New. > --- > gcc/config/i386/predicates.md | 7 +++

[PATCH 02/42] i386: Add mmx_nonimmediate_operand

2019-02-15 Thread H.J. Lu
True if the operand is a register or an nonimmediate operand when TARGET_MMX_WITH_SSE is false. PR target/89021 * config/i386/predicates.md (mmx_nonimmediate_operand): New. --- gcc/config/i386/predicates.md | 7 +++ 1 file changed, 7 insertions(+) diff --git a/gcc/config/i386