Commit 815d683e by Phil Edwards

rtl.texi (Machine Modes): Document BImode and OImode.

2000-11-30  Phil Edwards  <pme@sources.redhat.com>

	* rtl.texi (Machine Modes):  Document BImode and OImode.

From-SVN: r37922
parent ae24178a
2000-11-30 Phil Edwards <pme@sources.redhat.com>
* rtl.texi (Machine Modes): Document BImode and OImode.
2000-12-01 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and
......
......@@ -665,6 +665,10 @@ Here is a table of machine modes. The term ``byte'' below refers to an
object of @code{BITS_PER_UNIT} bits (@pxref{Storage Layout}).
@table @code
@findex BImode
@item BImode
``Bit'' mode represents a single bit, for predicate registers.
@findex QImode
@item QImode
``Quarter-Integer'' mode represents a single byte treated as an integer.
......@@ -697,6 +701,10 @@ this is the right mode to use for certain pointers.
@item TImode
``Tetra Integer'' (?) mode represents a sixteen-byte integer.
@findex OImode
@item OImode
``Octa Integer'' (?) mode represents a thirty-two-byte integer.
@findex SFmode
@item SFmode
``Single Floating'' mode represents a single-precision (four byte) floating
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment