This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Document missing SPARC constraints


Hi,

As the title of the message says...

Tested with 'make doc'. Ok for mainline and 3.3 branch?

-- 
Eric Botcazou


2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* doc/md.texi (Machine Constraints): Document
	missing SPARC constraints.
Index: doc/md.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/md.texi,v
retrieving revision 1.57.2.2
diff -u -r1.57.2.2 md.texi
--- doc/md.texi	23 Dec 2002 23:10:47 -0000	1.57.2.2
+++ doc/md.texi	28 May 2003 22:27:59 -0000
@@ -2029,6 +2029,22 @@
 @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
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]