summaryrefslogtreecommitdiff
path: root/gcc/rtl.texi
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-01 19:29:26 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-01 19:29:26 +0000
commitbcf1adbd267150ebefcadf4535b0b7617842cb95 (patch)
tree0c19bbd5a9800fd9d883bc9e2e6b06427d31a29c /gcc/rtl.texi
parent4cbac0e538e3ece3923ac411578b9db1df828c7e (diff)
downloadgcc-bcf1adbd267150ebefcadf4535b0b7617842cb95.tar.gz
2000-11-30 Phil Edwards <pme@sources.redhat.com>
* rtl.texi (Machine Modes): Document BImode and OImode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37922 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.texi')
-rw-r--r--gcc/rtl.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/rtl.texi b/gcc/rtl.texi
index 958ff73ceb3..15911cd7ce8 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