diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2000-03-16 12:18:18 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2000-03-16 12:18:18 +0000 |
commit | d26eedb65705486dc550d5c20322ad360c93840f (patch) | |
tree | 70cbb1cb5437434567175a5b9848213d7bb3898a /gcc/md.texi | |
parent | 5add10fd81cf7d317a0ea310e46873eae072497e (diff) | |
download | gcc-d26eedb65705486dc550d5c20322ad360c93840f.zip gcc-d26eedb65705486dc550d5c20322ad360c93840f.tar.gz gcc-d26eedb65705486dc550d5c20322ad360c93840f.tar.bz2 |
* md.texi (Standard Names): Document `jump'.
From-SVN: r32583
Diffstat (limited to 'gcc/md.texi')
-rw-r--r-- | gcc/md.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/md.texi b/gcc/md.texi index b608210..c019312 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -2305,6 +2305,12 @@ 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{jump} instruction pattern +@item @samp{jump} +A jump inside a function; an unconditional branch. Operand 0 is the +@code{label_ref} of the label to jump to. This pattern name is mandatory +on all machines. + @cindex @code{call} instruction pattern @item @samp{call} Subroutine call instruction returning no value. Operand 0 is the |