]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Fix memory constraint for APX NF
authorLingling Kong <lingling.kong@intel.com>
Fri, 2 Aug 2024 02:31:39 +0000 (10:31 +0800)
committerLingling Kong <lingling.kong@intel.com>
Fri, 2 Aug 2024 02:57:00 +0000 (10:57 +0800)
commitd80dcff99f3ca8721eecd82097281095a3122079
treeb9944b12224096e74b434dc28352026d473f4580
parentc48f38288fb17b70784ae5e71cb741e664da023a
i386: Fix memory constraint for APX NF

The je constraint should be used for APX NDD ADD with register source
operand. The jM is for APX NDD patterns with immediate operand.

gcc/ChangeLog:

* config/i386/i386.md (nf_mem_constraint): Fixed the constraint
for the define_subst_attr.
(nf_mem_constraint): Added new define_subst_attr.
(*add<mode>_1<nf_name>): Fixed the constraint.
gcc/config/i386/i386.md