* config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>,
commitbfdc651abd28f3c76a4ef150dd87d5edc19902d7
authorJakub Jelinek <jakub@redhat.com>
Fri, 22 Mar 2019 12:58:09 +0000 (22 13:58 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 22 Mar 2019 12:58:09 +0000 (22 13:58 +0100)
treef0f205e265cfe2cf972f1aac14dfef3d6c86248a
parentecf392360a548c5c510b491f284c439b05964b3a
* config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>,

<avx512>_fmsub_<mode>_mask3<round_name>,
<avx512>_fnmadd_<mode>_mask3<round_name>,
<avx512>_fnmsub_<mode>_mask3<round_name>,
avx512f_vmfmadd_<mode>_mask3<round_name>,
avx512f_vmfmsub_<mode>_mask3<round_name>,
*avx512f_vmfnmadd_<mode>_mask3<round_name>): Use <round_nimm_predicate>
instead of register_operand and %v instead of v for match_operand 1.
(avx512f_vmfnmsub_<mode>_mask3<round_name>): Rename to ...
(*avx512f_vmfnmsub_<mode>_mask3<round_name>): ... this.  Use
<round_nimm_predicate> instead of register_operand and %v instead of v
for match_operand 1.

From-SVN: r269870
gcc/ChangeLog
gcc/config/i386/sse.md