Re: [PATCH 36/42] i386: Correct _pmulhrsw3[_mask]

2019-02-16 Thread Uros Bizjak
On 2/16/19, H.J. Lu wrote: > There is no V4HI pmulhrsw in AVX512BW and V4HI/V8HI pmulhrsw don't require > AVX2. To support TARGET_MMX_WITH_SSE, replace nonimmediate_operand with > register_pmulhrswmem_operand in _pmulhrsw3. > > PR target/89372 > * config/i386/predicates.md (register_p

[PATCH 36/42] i386: Correct _pmulhrsw3[_mask]

2019-02-15 Thread H.J. Lu
There is no V4HI pmulhrsw in AVX512BW and V4HI/V8HI pmulhrsw don't require AVX2. To support TARGET_MMX_WITH_SSE, replace nonimmediate_operand with register_pmulhrswmem_operand in _pmulhrsw3. PR target/89372 * config/i386/predicates.md (register_pmulhrswmem_operand): New. *