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
00bc45c1
Commit
00bc45c1
authored
Feb 21, 1999
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update attribute value documentation.
From-SVN: r25349
parent
7ee37ba4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
gcc/md.texi
+10
-3
No files found.
gcc/md.texi
View file @
00bc45c1
...
@@ -3555,9 +3555,10 @@ The integer @var{i} specifies the value of a numeric attribute. @var{i}
...
@@ -3555,9 +3555,10 @@ The integer @var{i} specifies the value of a numeric attribute. @var{i}
must
be
non
-
negative
.
must
be
non
-
negative
.
The
value
of
a
numeric
attribute
can
be
specified
either
with
a
The
value
of
a
numeric
attribute
can
be
specified
either
with
a
@code
{
const_int
}
or
as
an
integer
represented
as
a
string
in
@code
{
const_int
},
or
as
an
integer
represented
as
a
string
in
@code
{
const_string
},
@code
{
eq_attr
}
(
see
below
),
and
@code
{
set_attr
}
@code
{
const_string
},
@code
{
eq_attr
}
(
see
below
),
@code
{
attr
},
(
@pxref
{
Tagging
Insns
})
expressions
.
@code
{
symbol_ref
},
simple
arithmetic
expressions
,
and
@code
{
set_attr
}
overrides
on
specific
instructions
(
@pxref
{
Tagging
Insns
}).
@cindex
@code
{
const_string
}
and
attributes
@cindex
@code
{
const_string
}
and
attributes
@item
(
const_string
@var
{
value
})
@item
(
const_string
@var
{
value
})
...
@@ -3740,6 +3741,12 @@ The @code{very_unlikely} and @code{unlikely} flags are false if the
...
@@ -3740,6 +3741,12 @@ The @code{very_unlikely} and @code{unlikely} flags are false if the
@code{
attr_flag
}
is
only
used
during
delay
slot
scheduling
and
has
no
@code{
attr_flag
}
is
only
used
during
delay
slot
scheduling
and
has
no
meaning
to
other
passes
of
the
compiler
.
meaning
to
other
passes
of
the
compiler
.
@findex
attr
@item
(
attr
@var{
name
}
)
The
value
of
another
attribute
is
returned
.
This
is
most
useful
for
numeric
attributes
,
as
@code{
eq_attr
}
and
@code{
attr_flag
}
produce
more
efficient
code
for
non
-
numeric
attributes
.
@end
table
@end
table
@node
Tagging
Insns
@node
Tagging
Insns
...
...
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