Commit 78373ade by Geoffrey Keating Committed by Geoffrey Keating

rtl.texi (Machine Modes): Correct description of floating-point modes on…

rtl.texi (Machine Modes): Correct description of floating-point modes on machines with non-8-bit bytes.

	* doc/rtl.texi (Machine Modes): Correct description of
	floating-point modes on machines with non-8-bit bytes.

From-SVN: r43465
parent fd9305ef
2001-06-19 Geoffrey Keating <geoffk@redhat.com>
* doc/rtl.texi (Machine Modes): Correct description of
floating-point modes on machines with non-8-bit bytes.
2001-06-19 Bernd Schmidt <bernds@redhat.com> 2001-06-19 Bernd Schmidt <bernds@redhat.com>
* regmove.c (optimize_reg_copy_3): Do nothing if previous insn * regmove.c (optimize_reg_copy_3): Do nothing if previous insn
......
...@@ -734,25 +734,29 @@ this is the right mode to use for certain pointers. ...@@ -734,25 +734,29 @@ this is the right mode to use for certain pointers.
@findex SFmode @findex SFmode
@item SFmode @item SFmode
``Single Floating'' mode represents a single-precision (four byte) floating ``Single Floating'' mode represents a four byte floating point number.
point number. In the common case, of a processor with IEEE arithmetic and 8-bit bytes,
this is a single-precision IEEE floating point number; it can also be
used for double-precision (on processors with 16-bit bytes) and
single-precision Vax types.
@findex DFmode @findex DFmode
@item DFmode @item DFmode
``Double Floating'' mode represents a double-precision (eight byte) floating ``Double Floating'' mode represents an eight byte floating point number.
point number. In the common case, of a processor with IEEE arithmetic and 8-bit bytes,
this is a double-precision IEEE floating point number.
@findex XFmode @findex XFmode
@item XFmode @item XFmode
``Extended Floating'' mode represents a triple-precision (twelve byte) ``Extended Floating'' mode represents a twelve byte floating point
floating point number. This mode is used for IEEE extended floating number. This mode is used for IEEE extended floating point. On some
point. On some systems not all bits within these bytes will actually systems not all bits within these bytes will actually be used.
be used.
@findex TFmode @findex TFmode
@item TFmode @item TFmode
``Tetra Floating'' mode represents a quadruple-precision (sixteen byte) ``Tetra Floating'' mode represents a sixteen byte floating point number.
floating point number. This gets used for both the 96-bit extended IEEE floating-point types
padded to 128 bits, and true 128-bit extended IEEE floating-point types.
@findex CCmode @findex CCmode
@item CCmode @item CCmode
......
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