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
d3548a5b
Commit
d3548a5b
authored
Apr 13, 1993
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movXX): Third arg to emit_move_sequence is NULL_RTX.
(movsi): Add missing return after abort. From-SVN: r4147
parent
a015279e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
gcc/config/sparc/sparc.md
+8
-7
No files found.
gcc/config/sparc/sparc.md
View file @
d3548a5b
...
@@ -778,7 +778,7 @@
...
@@ -778,7 +778,7 @@
""
""
"
"
{
{
if (emit_move_sequence (operands, SImode,
0
))
if (emit_move_sequence (operands, SImode,
NULL_RTX
))
DONE;
DONE;
}")
}")
...
@@ -867,6 +867,7 @@
...
@@ -867,6 +867,7 @@
}
}
else
else
abort ();
abort ();
return
\"\"
;
}"
}"
[
(set_attr "type" "move")
[
(set_attr "type" "move")
(set_attr "length" "2")])
(set_attr "length" "2")])
...
@@ -951,7 +952,7 @@
...
@@ -951,7 +952,7 @@
""
""
"
"
{
{
if (emit_move_sequence (operands, HImode,
0
))
if (emit_move_sequence (operands, HImode,
NULL_RTX
))
DONE;
DONE;
}")
}")
...
@@ -992,7 +993,7 @@
...
@@ -992,7 +993,7 @@
""
""
"
"
{
{
if (emit_move_sequence (operands, QImode,
0
))
if (emit_move_sequence (operands, QImode,
NULL_RTX
))
DONE;
DONE;
}")
}")
...
@@ -1105,7 +1106,7 @@
...
@@ -1105,7 +1106,7 @@
""
""
"
"
{
{
if (emit_move_sequence (operands, TFmode,
0
))
if (emit_move_sequence (operands, TFmode,
NULL_RTX
))
DONE;
DONE;
}")
}")
...
@@ -1189,7 +1190,7 @@
...
@@ -1189,7 +1190,7 @@
""
""
"
"
{
{
if (emit_move_sequence (operands, DFmode,
0
))
if (emit_move_sequence (operands, DFmode,
NULL_RTX
))
DONE;
DONE;
}")
}")
...
@@ -1246,7 +1247,7 @@
...
@@ -1246,7 +1247,7 @@
""
""
"
"
{
{
if (emit_move_sequence (operands, DImode,
0
))
if (emit_move_sequence (operands, DImode,
NULL_RTX
))
DONE;
DONE;
}")
}")
...
@@ -1295,7 +1296,7 @@
...
@@ -1295,7 +1296,7 @@
""
""
"
"
{
{
if (emit_move_sequence (operands, SFmode,
0
))
if (emit_move_sequence (operands, SFmode,
NULL_RTX
))
DONE;
DONE;
}")
}")
...
...
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