68bc087496
* config/i386/i386.md (any_extend): New code iterator. (u, s): New code attributes. (sgnprefix): Ditto. (DWIH): Rewrite as code iterator for SI and DI modes. (DWI): Rewrite as mode attribute. (dwi): New mode attribute. (di): Depend on SI mode and DI mode. (doubleint_general_operand): Remove mode attribute. (*lea_1): Macroize insn from *lea_1_rex64 and *lea_1 patterns using DWIH mode iterator. (*add<mode>3_doubleword): Use DWIH as the base mode iterator. (*sub<mode>3_doubleword): Ditto. (mul<mode>3): Macroize expander from mul{hi,si,di}3 patterns using SWIM248 mode iterator. (*mul<mode>3_1): Macroize insn from mul{si,di}3_1 patterns using SWI48 mode iterator. (<u>mul<mode><dwi>3): Macroize expander from {,u}mul{sidi,diti}3 patterns using DWIH mode iterator and any_extend code iterator. (<u>mulqihi3): Macroize expander from {,u}mulqihi3 patterns using any_extend code iterator. (*<u>mul<mode><dwi>3_1): Macroize insn from {,u}mul{sidi,diti}3_1 patterns using DWIH mode iterator and any_extend code iterator. (*<u>mulqihi3_1): Macroize insn from {,u}mulqihi3_1 patterns using any_extend code iterator. (<s>mul<mode>3_highpart): Macroize expander from {s,u}mul{si,di}3_highpart patterns using DWIH mode iterator and any_extend code iterator. (*<s>muldi3_highpart_1): Macroize insn from *{s,u}muldi3_highpart_rex64 patterns using any_extend code iterator. (*<s>mulsi3_highpart_1): Macroize insn from *{s,u}mulsi3_highpart_1 patterns using any_extend code iterator. (*<s>mulsi3_highpart_zext): Macroize insn from *{s,u}mulsi3_highpart_zext patterns using any_extend code iterator. From-SVN: r152539 |
||
---|---|---|
boehm-gc | ||
config | ||
contrib | ||
fixincludes | ||
gcc | ||
gnattools | ||
include | ||
INSTALL | ||
intl | ||
libada | ||
libcpp | ||
libdecnumber | ||
libffi | ||
libgcc | ||
libgfortran | ||
libgomp | ||
libiberty | ||
libjava | ||
libmudflap | ||
libobjc | ||
libssp | ||
libstdc++-v3 | ||
lto-plugin | ||
maintainer-scripts | ||
zlib | ||
ABOUT-NLS | ||
ChangeLog | ||
ChangeLog.tree-ssa | ||
compile | ||
config-ml.in | ||
config.guess | ||
config.rpath | ||
config.sub | ||
configure | ||
configure.ac | ||
COPYING | ||
COPYING3 | ||
COPYING3.LIB | ||
COPYING.LIB | ||
COPYING.RUNTIME | ||
depcomp | ||
install-sh | ||
libtool-ldflags | ||
libtool.m4 | ||
lt~obsolete.m4 | ||
ltgcc.m4 | ||
ltmain.sh | ||
ltoptions.m4 | ||
ltsugar.m4 | ||
ltversion.m4 | ||
MAINTAINERS | ||
Makefile.def | ||
Makefile.in | ||
Makefile.tpl | ||
missing | ||
mkdep | ||
mkinstalldirs | ||
move-if-change | ||
README | ||
symlink-tree | ||
ylwrap |
This directory contains the GNU Compiler Collection (GCC). The GNU Compiler Collection is free software. See the file COPYING for copying permission. The manuals, and some of the runtime libraries, are under different terms; see the individual source files for details. The directory INSTALL contains copies of the installation information as HTML and plain text. The source of this information is gcc/doc/install.texi. The installation information includes details of what is included in the GCC sources and what files GCC installs. See the file gcc/doc/gcc.texi (together with other files that it includes) for usage and porting information. An online readable version of the manual is in the files gcc/doc/gcc.info*. See http://gcc.gnu.org/bugs.html for how to report bugs usefully.