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
d7d9c429
Commit
d7d9c429
authored
Jun 11, 2001
by
Joseph Myers
Committed by
Joseph Myers
Jun 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/md.texi: Use TeX dashes and quotes.
From-SVN: r43219
parent
49a4e827
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ChangeLog
+4
-0
gcc/doc/md.texi
+5
-5
No files found.
gcc/ChangeLog
View file @
d7d9c429
2001
-
06
-
11
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
2001
-
06
-
11
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
doc
/
md
.
texi
:
Use
TeX
dashes
and
quotes
.
2001
-
06
-
11
Joseph
S
.
Myers
<
jsm28
@cam
.
ac
.
uk
>
*
doc
/
rtl
.
texi
:
Reference
manual
chapter
about
trees
.
*
doc
/
rtl
.
texi
:
Reference
manual
chapter
about
trees
.
2001
-
06
-
11
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
2001
-
06
-
11
Rainer
Orth
<
ro
@TechFak
.
Uni
-
Bielefeld
.
DE
>
...
...
gcc/doc/md.texi
View file @
d7d9c429
...
@@ -71,7 +71,7 @@ named @code{define_insn} or a @code{define_expand}. The compiler will
...
@@ -71,7 +71,7 @@ named @code{define_insn} or a @code{define_expand}. The compiler will
choose
the
pattern
with
the
right
name
and
apply
the
operands
according
choose
the
pattern
with
the
right
name
and
apply
the
operands
according
to
the
documentation
later
in
this
chapter
,
without
regard
for
the
RTL
to
the
documentation
later
in
this
chapter
,
without
regard
for
the
RTL
template
or
operand
constraints
.
Note
that
the
names
the
compiler
looks
template
or
operand
constraints
.
Note
that
the
names
the
compiler
looks
for
are
hard
-
coded
in
the
compiler
-
it
will
ignore
unnamed
patterns
and
for
are
hard
-
coded
in
the
compiler
---
it
will
ignore
unnamed
patterns
and
patterns
with
names
it
doesn
'
t
know
about
,
but
if
you
don
'
t
provide
a
patterns
with
names
it
doesn
'
t
know
about
,
but
if
you
don
'
t
provide
a
named
pattern
it
needs
,
it
will
abort
.
named
pattern
it
needs
,
it
will
abort
.
...
@@ -1413,10 +1413,10 @@ Registers from r16 to r31
...
@@ -1413,10 +1413,10 @@ Registers from r16 to r31
Registers
from
r24
to
r31
.
These
registers
can
be
used
in
@samp{
adiw
}
command
Registers
from
r24
to
r31
.
These
registers
can
be
used
in
@samp{
adiw
}
command
@item
e
@item
e
Pointer
register
(
r26
-
r31
)
Pointer
register
(
r26
--
r31
)
@item
b
@item
b
Base
pointer
register
(
r28
-
r31
)
Base
pointer
register
(
r28
--
r31
)
@item
q
@item
q
Stack
pointer
register
(
SPH
:
SPL
)
Stack
pointer
register
(
SPH
:
SPL
)
...
@@ -1548,7 +1548,7 @@ do not use upper halves)
...
@@ -1548,7 +1548,7 @@ do not use upper halves)
that
do
use
upper
halves
)
that
do
use
upper
halves
)
@item
R
@item
R
Legacy
register
---
equivalent
to
@code
{
r
}
class
in
i386
mode
.
Legacy
register
---
equivalent
to
@code
{
r
}
class
in
i386
mode
.
(
for
non
-
8
-
bit
registers
used
together
with
8
-
bit
upper
halves
in
a
single
(
for
non
-
8
-
bit
registers
used
together
with
8
-
bit
upper
halves
in
a
single
instruction
)
instruction
)
...
@@ -3786,7 +3786,7 @@ this:
...
@@ -3786,7 +3786,7 @@ this:
in
a
@code{
define_split
}
.
The
@var{
split
-
condition
}
is
also
used
as
in
in
a
@code{
define_split
}
.
The
@var{
split
-
condition
}
is
also
used
as
in
@code{
define_split
}
,
with
the
additional
behavior
that
if
the
condition
starts
@code{
define_split
}
,
with
the
additional
behavior
that
if
the
condition
starts
with
@samp{
&&
}
,
the
condition
used
for
the
split
will
be
the
constructed
as
a
with
@samp{
&&
}
,
the
condition
used
for
the
split
will
be
the
constructed
as
a
logical
"and"
of
the
split
condition
with
the
insn
condition
.
For
example
,
logical
``
and
''
of
the
split
condition
with
the
insn
condition
.
For
example
,
from
i386
.
md
:
from
i386
.
md
:
@smallexample
@smallexample
...
...
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