On Fri, Oct 3, 2014 at 1:03 PM, Kirill Yukhin wrote:
> Hello Uroš,
> On 29 Sep 10:08, Uros Bizjak wrote:
>> On Fri, Sep 26, 2014 at 4:09 PM, Kirill Yukhin
>> wrote:
>> > +(define_insn "avx512bw_pmaddubsw512"
>> > + [(set (match_operand:VI2_AVX512VL 0 "register_operand" "=v")
>> > + (un
Hello Uroš,
On 29 Sep 10:08, Uros Bizjak wrote:
> On Fri, Sep 26, 2014 at 4:09 PM, Kirill Yukhin
> wrote:
> > +(define_insn "avx512bw_pmaddubsw512"
> > + [(set (match_operand:VI2_AVX512VL 0 "register_operand" "=v")
> > + (unspec:VI2_AVX512VL
> > +[(match_operand: 1 "register
On Fri, Sep 26, 2014 at 4:09 PM, Kirill Yukhin wrote:
> Hello,
> This patch introduces patterns for vpmaddubsw and vdbpsadbw
> insn.
>
> Bootstrapped.
> AVX-512* tests on top of patch-set all pass
> under simulator.
>
> Is it ok for trunk?
>
> gcc/
> * config/i386/sse.md
> (define_
Hello,
This patch introduces patterns for vpmaddubsw and vdbpsadbw
insn.
Bootstrapped.
AVX-512* tests on top of patch-set all pass
under simulator.
Is it ok for trunk?
gcc/
* config/i386/sse.md
(define_c_enum "unspec"): Add UNSPEC_DBPSADBW, UNSPEC_PMADDUBSW512.
(define_in