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
b49900cc
Commit
b49900cc
authored
Feb 10, 2005
by
Steven Bosscher
Committed by
Steven Bosscher
Feb 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/md.texi: Replace @samp{length} with @code{length}.
From-SVN: r94800
parent
6e5bdc64
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/doc/md.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
b49900cc
2005-02-10 Steven Bosscher <stevenb@suse.de>
* doc/md.texi: Replace @samp{length} with @code{length}.
2005-02-09 Zdenek Dvorak <dvorakz@suse.cz>
2005-02-09 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/18687
PR tree-optimization/18687
...
...
gcc/doc/md.texi
View file @
b49900cc
...
@@ -5629,11 +5629,11 @@ full-word result.
...
@@ -5629,11 +5629,11 @@ full-word result.
For
many
machines
,
multiple
types
of
branch
instructions
are
provided
,
each
For
many
machines
,
multiple
types
of
branch
instructions
are
provided
,
each
for
different
length
branch
displacements
.
In
most
cases
,
the
assembler
for
different
length
branch
displacements
.
In
most
cases
,
the
assembler
will
choose
the
correct
instruction
to
use
.
However
,
when
the
assembler
will
choose
the
correct
instruction
to
use
.
However
,
when
the
assembler
cannot
do
so
,
GCC
can
when
a
special
attribute
,
the
@
samp
{
length
}
cannot
do
so
,
GCC
can
when
a
special
attribute
,
the
@
code
{
length
}
attribute
,
is
defined
.
This
attribute
must
be
defined
to
have
numeric
attribute
,
is
defined
.
This
attribute
must
be
defined
to
have
numeric
values
by
specifying
a
null
string
in
its
@code{
define_attr
}
.
values
by
specifying
a
null
string
in
its
@code{
define_attr
}
.
In
the
case
of
the
@
samp
{
length
}
attribute
,
two
additional
forms
of
In
the
case
of
the
@
code
{
length
}
attribute
,
two
additional
forms
of
arithmetic
terms
are
allowed
in
test
expressions
:
arithmetic
terms
are
allowed
in
test
expressions
:
@table
@code
@table
@code
...
@@ -5653,7 +5653,7 @@ current insn is to be computed.
...
@@ -5653,7 +5653,7 @@ current insn is to be computed.
@cindex
@code{
addr_vec
}
,
length
of
@cindex
@code{
addr_vec
}
,
length
of
@cindex
@code{
addr_diff_vec
}
,
length
of
@cindex
@code{
addr_diff_vec
}
,
length
of
For
normal
insns
,
the
length
will
be
determined
by
value
of
the
For
normal
insns
,
the
length
will
be
determined
by
value
of
the
@
samp
{
length
}
attribute
.
In
the
case
of
@code{
addr_vec
}
and
@
code
{
length
}
attribute
.
In
the
case
of
@code{
addr_vec
}
and
@code{
addr_diff_vec
}
insn
patterns
,
the
length
is
computed
as
@code{
addr_diff_vec
}
insn
patterns
,
the
length
is
computed
as
the
number
of
vectors
multiplied
by
the
size
of
each
vector
.
the
number
of
vectors
multiplied
by
the
size
of
each
vector
.
...
...
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