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]

PATCH: document cbranch@var{mode}4


An attempt to document the cbranch@var{mode}4 pattern.

2001-02-18  lars brinkhoff  <lars@nocrew.org>

	* md.texi (cbranch@var{mode}4): Document.

Index: md.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/md.texi,v
retrieving revision 1.56
diff -u -r1.56 md.texi
--- md.texi	2001/02/03 02:12:16	1.56
+++ md.texi	2001/02/18 12:50:14
@@ -2423,6 +2423,15 @@
 The above discussion also applies to the @samp{mov@var{mode}cc} and
 @samp{s@var{cond}} patterns.
 
+@c cmov@var{mode}6
+
+@c cstore@var{mode}4
+
+@cindex @code{cbranch@var{mode}4} instruction pattern
+@item @samp{cbranch@var{mode}4}
+Conditionally branch instruction.  Jump to operand 3 if the comparison
+in operand 0 between operand 1 and operand 2 is true.
+
 @cindex @code{jump} instruction pattern
 @item @samp{jump}
 A jump inside a function; an unconditional branch.  Operand 0 is the


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