diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-03 04:22:08 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-03 04:22:08 +0000 |
| commit | a3a0bf8e3b532716236add5ad95096749f07e7f5 (patch) | |
| tree | 7b5049348a376a0efa68b6fc32282af0b24b3f91 /gcc | |
| parent | 67e72f65850146ae35d82df41edd3eff356b3bf0 (diff) | |
| download | ppe42-gcc-a3a0bf8e3b532716236add5ad95096749f07e7f5.tar.gz ppe42-gcc-a3a0bf8e3b532716236add5ad95096749f07e7f5.zip | |
* doc/md.texi (cbranchmode4): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78813 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/doc/md.texi | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 63cf5baeae1..8dc0903e0fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-03-02 Kazu Hirata <kazu@cs.umass.edu> + + * doc/md.texi (cbranchmode4): New. + 2004-03-02 Eric Christopher <echristo@redhat.com> * config/mips/mips16.S: Change fixsfsi and fixdfsi to diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index b8809c5502c..411054226da 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -2994,6 +2994,13 @@ tested, should also use the above mechanism. @xref{Jump Patterns}. The above discussion also applies to the @samp{mov@var{mode}cc} and @samp{s@var{cond}} patterns. +@cindex @code{cbranch@var{mode}4} instruction pattern +@item @samp{cbranch@var{mode}4} +Conditional branch instruction combined with a compare instruction. +Operand 0 is a comparison operator. Operand 1 and operand 2 are the +first and second operands of the comparison, respectively. Operand 3 +is a @code{label_ref} that refers to the label to jump to. + @cindex @code{jump} instruction pattern @item @samp{jump} A jump inside a function; an unconditional branch. Operand 0 is the |

