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
5f9fb0e3
Commit
5f9fb0e3
authored
Apr 05, 2002
by
Richard Henderson
Committed by
Richard Henderson
Apr 05, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)).
From-SVN: r51936
parent
39b945d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/doc/rtl.texi
+4
-0
No files found.
gcc/ChangeLog
View file @
5f9fb0e3
2002-04-05 Richard Henderson <rth@redhat.com>
* doc/rtl.texi (Regs and Memory): Document (mem:BLK (scratch)).
2002-04-05 Jakub Jeilnek <jakub@redhat.com>
* mklibgcc.in: Use $tmpmapfile, not tmp-$@.
...
...
gcc/doc/rtl.texi
View file @
5f9fb0e3
...
...
@@ -1558,6 +1558,10 @@ a unit of memory is accessed. @var{alias} specifies an alias set for the
reference
.
In
general
two
items
are
in
different
alias
sets
if
they
cannot
reference
the
same
memory
address
.
The
construct
@code
{(
mem
:
BLK
(
scratch
))}
is
considered
to
alias
all
other
memories
.
Thus
it
may
be
used
as
a
memory
barrier
in
epilogue
stack
deallocation
patterns
.
@findex
addressof
@item
(
addressof
:
@var
{
m
}
@var
{
reg
})
This
RTX
represents
a
request
for
the
address
of
register
@var
{
reg
}.
Its
mode
...
...
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