* i386.md (addqi_1_slp, subqi_1_slp
authorJan Hubicka <jh@suse.cz>
Tue, 11 Jun 2002 23:57:10 +0000 (01:57 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 11 Jun 2002 23:57:10 +0000 (23:57 +0000)
commit2f41793e07ad6cca0c54517afe5661d9f0edd378
tree1059c67a38e83315d1ed11b1299d7b1117f69465
parentc8eb2bc070962e4f48f8382abf9a857dc8947323
* i386.md (addqi_1_slp, subqi_1_slp
(andqi_ext0, testqi_ext0): Remove unnecesary check.
(addhi*, addqi*): Simplify "dec" condition.
(testsi to testqi splitters): Remove TARGET_PROMOTE_QImode check.
(and, or, xor to QImode splitters): New.
(iorqi_ext*): New.
(xorqi_ext_0): New.
(xorqi_ext_1): Rename to xorqi_ext_2; bring to sync with and versions.
(andqi_ext_1_rex64): New.
(ashrqi*_slp): New.
(ashlqi*_slp): New.
(lshlqi*_slp): New.
(rotrqi3*_slp): New.
(rotlqi3*_slp): New.

From-SVN: r54537
gcc/ChangeLog
gcc/config/i386/i386.md