This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[RFA] rtl.texi (was Re: "OImode" ?)


On Thu, Nov 30, 2000 at 11:07:45PM +0100, Branko Cibej wrote:
> Phil Edwards wrote:
> 
> > I've noticed that a description of BImode and OImode never made it into
> > the porting manual.  Following the example of "Tetra Integer" which would
> > we prefer the O of OImode to be:
[...]
> Octa is correct.

This passes the usual "make" invocations and the info file is good.
(Also, I noticed that the term OFmode has been thrown around on the lists
occasionally, but it doesn't seem to appear /anywhere/ except a changelog.)

Okay to commit?


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

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


Index: rtl.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/rtl.texi,v
retrieving revision 1.30
diff -u -3 -p -r1.30 rtl.texi
--- rtl.texi	2000/11/10 05:56:47	1.30
+++ rtl.texi	2000/12/01 00:33:21
@@ -665,6 +665,10 @@ Here is a table of machine modes.  The t
 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.
@@ -696,6 +700,10 @@ this is the right mode to use for certai
 @findex TImode
 @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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]