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
This commit is contained in:
parent
ae24178a97
commit
815d683eb8
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user