Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
d26eedb6
Commit
d26eedb6
authored
Mar 16, 2000
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
Mar 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* md.texi (Standard Names): Document `jump'.
From-SVN: r32583
parent
5add10fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/md.texi
+6
-0
No files found.
gcc/ChangeLog
View file @
d26eedb6
Thu
Mar
16
02
:
14
:
16
2000
Hans
-
Peter
Nilsson
<
hp
@bitrange
.
com
>
*
md
.
texi
(
Standard
Names
)
:
Document
`
jump
'
.
2000
-
03
-
15
Jason
Merrill
<
jason
@casey
.
cygnus
.
com
>
*
calls
.
c
(
emit_call_1
)
:
Nothrow
functions
can
still
have
nonlocal
...
...
gcc/md.texi
View file @
d26eedb6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment