diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/md.texi | 16 |
2 files changed, 21 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 18bc820c4b2..05ba8ae6d33 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr> + * doc/md.texi (Machine Constraints): Document + missing SPARC constraints. + +2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr> + * doc/md.texi (Automaton pipeline description): Use "type" instead of "cpu" as the attribute in the examples. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 0ef948ad171..665e34940ee 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -2020,6 +2020,22 @@ Floating-point register that can hold 32- or 64-bit values. @item e Floating-point register that can hold 64- or 128-bit values. +@item c +Floating-point condition code register. + +@item d +Floating-point register that can hold 32- or 64-bit values. +It is only valid on the SPARC-V9 architecture when the Visual +Instructions Set is available. + +@item b +Floating-point register that can hold 64- or 128-bit values. +It is only valid on the SPARC-V9 architecture when the Visual +Instructions Set is available. + +@item h +64-bit global or out register for the SPARC-V8+ architecture. + @item I Signed 13-bit constant |