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
c29c1030
Commit
c29c1030
authored
May 28, 2012
by
Hans-Peter Nilsson
Committed by
Hans-Peter Nilsson
May 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/md.texi (Standard Names): Fix typos in documentation for atomic patterns.
From-SVN: r187935
parent
e9d3ef3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gcc/ChangeLog
+3
-2
gcc/doc/md.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
c29c1030
2012-05-28 Hans-Peter Nilsson <hp@axis.com>
2012-05-28 Hans-Peter Nilsson <hp@axis.com>
* doc/md.texi (stack_protect_test): Remove negation of
* doc/md.texi (stack_protect_test): Remove negation of branch to
branch to label.
label.
(Standard Names): Fix typos in documentation for atomic patterns.
2012-05-27 Nathan Sidwell <nathan@acm.org>
2012-05-27 Nathan Sidwell <nathan@acm.org>
...
...
gcc/doc/md.texi
View file @
c29c1030
...
@@ -5885,7 +5885,7 @@ from a compare-and-swap operation, if defined.
...
@@ -5885,7 +5885,7 @@ from a compare-and-swap operation, if defined.
@
itemx
@
samp
{
sync_old_ior
@
var
{
mode
}},
@
samp
{
sync_old_and
@
var
{
mode
}}
@
itemx
@
samp
{
sync_old_ior
@
var
{
mode
}},
@
samp
{
sync_old_and
@
var
{
mode
}}
@
itemx
@
samp
{
sync_old_xor
@
var
{
mode
}},
@
samp
{
sync_old_nand
@
var
{
mode
}}
@
itemx
@
samp
{
sync_old_xor
@
var
{
mode
}},
@
samp
{
sync_old_nand
@
var
{
mode
}}
These
patterns
are
emit
code
for
an
atomic
operation
on
memory
,
These
patterns
emit
code
for
an
atomic
operation
on
memory
,
and
return
the
value
that
the
memory
contained
before
the
operation
.
and
return
the
value
that
the
memory
contained
before
the
operation
.
Operand
0
is
the
result
value
,
operand
1
is
the
memory
on
which
the
Operand
0
is
the
result
value
,
operand
1
is
the
memory
on
which
the
atomic
operation
is
performed
,
and
operand
2
is
the
second
operand
atomic
operation
is
performed
,
and
operand
2
is
the
second
operand
...
@@ -6037,7 +6037,7 @@ performed. Operand 1 is the second operand to the binary operator.
...
@@ -6037,7 +6037,7 @@ performed. Operand 1 is the second operand to the binary operator.
Operand 2 is the memory model to be used by the operation.
Operand 2 is the memory model to be used by the operation.
If these patterns are not defined, attempts will be made to use legacy
If these patterns are not defined, attempts will be made to use legacy
@code{sync} patterns, or equiv
i
lent patterns which return a result. If
@code{sync} patterns, or equiv
a
lent patterns which return a result. If
none of these are available a compare-and-swap loop will be used.
none of these are available a compare-and-swap loop will be used.
@cindex @code{atomic_fetch_add@var{mode}} instruction pattern
@cindex @code{atomic_fetch_add@var{mode}} instruction pattern
...
@@ -6079,7 +6079,7 @@ performed. Operand 2 is the second operand to the binary operator.
...
@@ -6079,7 +6079,7 @@ performed. Operand 2 is the second operand to the binary operator.
Operand 3 is the memory model to be used by the operation.
Operand 3 is the memory model to be used by the operation.
If these patterns are not defined, attempts will be made to use legacy
If these patterns are not defined, attempts will be made to use legacy
@code{sync} patterns, or equiv
i
lent patterns which return the result before
@code{sync} patterns, or equiv
a
lent patterns which return the result before
the operation followed by the arithmetic operation required to produce the
the operation followed by the arithmetic operation required to produce the
result. If none of these are available a compare-and-swap loop will be
result. If none of these are available a compare-and-swap loop will be
used.
used.
...
...
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