This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH i386 AVX512] [27/n] Add byte/word plus/minus/avg.
- From: Uros Bizjak <ubizjak at gmail dot com>
- To: Kirill Yukhin <kirill dot yukhin at gmail dot com>
- Cc: Jakub Jelinek <jakub at redhat dot com>, Richard Henderson <rth at redhat dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 27 Aug 2014 17:32:26 +0200
- Subject: Re: [PATCH i386 AVX512] [27/n] Add byte/word plus/minus/avg.
- Authentication-results: sourceware.org; auth=none
- References: <20140827132854 dot GE7762 at msticlxl57 dot ims dot intel dot com>
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.