r216179 - in /trunk/gcc: ChangeLog config/i386/...
kyukhin@gcc.gnu.org
kyukhin@gcc.gnu.org
Tue Oct 14 08:20:00 GMT 2014
Author: kyukhin
Date: Tue Oct 14 08:20:43 2014
New Revision: 216179
URL: https://gcc.gnu.org/viewcvs?rev=216179&root=gcc&view=rev
Log:
AVX-512. 61/n. Update FP logic insn patterns.
gcc/
* config/i386/sse.md
(define_insn "<sse>_andnot<VF_128_256:mode>3<mask_name>"): Add masking,
use VF_128_256 mode iterator and update assembler emit code.
(define_insn "<sse>_andnot<VF_512:mode>3<mask_name>"): New.
(define_expand "<any_logic:code><VF_128_256:mode>3<mask_name>"):
Add masking, use VF_128_256 mode iterator.
(define_expand "<any_logic:code><VF_512:mode>3<mask_name>"): New.
(define_insn "*<any_logic:code><VF_128_256:mode>3<mask_name>"):
Add masking, use VF_128_256 mode iterator and update assembler emit
code.
(define_insn "*<any_logic:code><VF_512:mode>3<mask_name>"): New.
(define_mode_attr avx512flogicsuff): Delete.
(define_insn "avx512f_<logic><mode>"): Ditto.
(define_insn "*andnot<mode>3<mask_name>"): Update MODE_XI, MODE_OI,
MODE_TI.
(define_insn "<mask_codefor><code><mode>3<mask_name>"): Ditto.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/sse.md
More information about the Gcc-cvs
mailing list