AVX-512. 60/n. Update 128bit ashrv insn pattern.
authorAlexander Ivchenko <alexander.ivchenko@intel.com>
Tue, 14 Oct 2014 08:19:17 +0000 (08:19 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Tue, 14 Oct 2014 08:19:17 +0000 (08:19 +0000)
commit06ba0585d67cf607a5141d5bfcd4a6a67607ae70
treec475a51b678f89f744d1d2b78a3ce51ba82ab939
parent54967fb0c8c2a1ab5d8fff59446e5fee8d6e79d9
AVX-512. 60/n. Update 128bit ashrv insn pattern.

gcc/
* config/i386/sse.md
(define_mode_iterator VI128_128 [V16QI V8HI V2DI]): Delete.
(define_expand "vashr<mode>3<mask_name>"): Add masking,
use VI12_128 mode iterator.
(define_expand "ashrv2di3<mask_name>"): New.

Co-Authored-By: Andrey Turetskiy <andrey.turetskiy@intel.com>
Co-Authored-By: Anna Tikhonova <anna.tikhonova@intel.com>
Co-Authored-By: Ilya Tocar <ilya.tocar@intel.com>
Co-Authored-By: Ilya Verbin <ilya.verbin@intel.com>
Co-Authored-By: Kirill Yukhin <kirill.yukhin@intel.com>
Co-Authored-By: Maxim Kuznetsov <maxim.kuznetsov@intel.com>
Co-Authored-By: Michael Zolotukhin <michael.v.zolotukhin@intel.com>
From-SVN: r216178
gcc/ChangeLog
gcc/config/i386/sse.md