From: Phil Edwards Date: Fri, 1 Dec 2000 19:29:26 +0000 (+0000) Subject: rtl.texi (Machine Modes): Document BImode and OImode. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=815d683eb807397e670bb8e06f6333e0a391fccb;p=platform%2Fupstream%2Fgcc.git rtl.texi (Machine Modes): Document BImode and OImode. 2000-11-30 Phil Edwards * rtl.texi (Machine Modes): Document BImode and OImode. From-SVN: r37922 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1f16512..89a9a2d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-30 Phil Edwards + + * rtl.texi (Machine Modes): Document BImode and OImode. + 2000-12-01 Joseph S. Myers * gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and diff --git a/gcc/rtl.texi b/gcc/rtl.texi index 958ff73..15911cd 100644 --- a/gcc/rtl.texi +++ b/gcc/rtl.texi @@ -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