This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH i386 AVX512] [27/n] Add byte/word plus/minus/avg.


On Wed, Aug 27, 2014 at 3:28 PM, Kirill Yukhin <kirill.yukhin@gmail.com> wrote:

> Patch extends `plusminus' and `avg' insn patterns
> toward AVX-512BW,VL support.
>
> Bootstrapped.
> AVX-512* tests on top of patch-set all pass
> under simulator.
>
> Is it ok for trunk?
>
> gcc/
>         (define_mode_iterator VI12_AVX2): Add V64QI and V32HI modes.
>         (define_expand "<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Add
>         masking.
>         (define_insn "*<sse2_avx2>_<plusminus_insn><mode>3<mask_name>"): Ditto.
>         (define_expand "<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
>         (define_insn "*<sse2_avx2>_uavg<mode>3<mask_name>"): Ditto.
>         (define_insn "*mul<mode>3"): Add EVEX version.

OK.

Thanks,
Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]