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
8c01d9b6
Commit
8c01d9b6
authored
27 years ago
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve movstrXX documentation.
From-SVN: r17587
parent
a703fb38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
gcc/md.texi
+8
-0
No files found.
gcc/md.texi
View file @
8c01d9b6
...
...
@@ -1956,6 +1956,12 @@ destination, in the form of a @code{const_int} rtx. Thus, if the
compiler
knows
that
both
source
and
destination
are
word
-
aligned
,
it
may
provide
the
value
4
for
this
operand
.
Descriptions
of
multiple
@code
{
movstr
@var
{
m
}}
patterns
can
only
be
beneficial
if
the
patterns
for
smaller
modes
have
less
restrictions
on
their
first
,
second
and
fourth
operands
.
Note
that
the
mode
@var
{
m
}
in
@code
{
movstr
@var
{
m
}}
does
not
impose
any
restriction
on
the
mode
of
individually
moved
data
units
in
the
block
.
These
patterns
need
not
give
special
consideration
to
the
possibility
that
the
source
and
destination
strings
might
overlap
.
...
...
@@ -1970,6 +1976,8 @@ of a @code{const_int} rtx. Thus, if the compiler knows that the
destination
is
word
-
aligned
,
it
may
provide
the
value
4
for
this
operand
.
The
use
for
multiple
@code
{
clrstr
@var
{
m
}}
is
as
for
@code
{
movstr
@var
{
m
}}.
@cindex
@code
{
cmpstr
@var
{
m
}}
instruction
pattern
@item
@samp
{
cmpstr
@var
{
m
}}
Block
compare
instruction
,
with
five
operands
.
Operand
0
is
the
output
;
...
...
This diff is collapsed.
Click to expand it.
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