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
767fcd82
Commit
767fcd82
authored
Mar 14, 1992
by
Torbjorn Granlund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r484
parent
f2d45bd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
gcc/config/pyr/pyr.md
+2
-6
No files found.
gcc/config/pyr/pyr.md
View file @
767fcd82
...
@@ -84,7 +84,6 @@
...
@@ -84,7 +84,6 @@
rtx br_insn = NEXT_INSN (insn);
rtx br_insn = NEXT_INSN (insn);
RTX_CODE br_code;
RTX_CODE br_code;
extern int swap_operands;
if (GET_CODE (br_insn) != JUMP_INSN)
if (GET_CODE (br_insn) != JUMP_INSN)
abort();
abort();
br_code = GET_CODE (XEXP (XEXP (PATTERN (br_insn), 1), 0));
br_code = GET_CODE (XEXP (XEXP (PATTERN (br_insn), 1), 0));
...
@@ -201,7 +200,6 @@
...
@@ -201,7 +200,6 @@
"weird_memory_memory (operands
[
0
]
, operands
[
1
]
)"
"weird_memory_memory (operands
[
0
]
, operands
[
1
]
)"
"
*
"
*
{
{
extern int swap_operands;
rtx br_insn = NEXT_INSN (insn);
rtx br_insn = NEXT_INSN (insn);
if (GET_CODE (br_insn) != JUMP_INSN)
if (GET_CODE (br_insn) != JUMP_INSN)
...
@@ -272,7 +270,6 @@
...
@@ -272,7 +270,6 @@
"weird_memory_memory (operands
[
0
]
, operands
[
1
]
)"
"weird_memory_memory (operands
[
0
]
, operands
[
1
]
)"
"
*
"
*
{
{
extern int swap_operands;
rtx br_insn = NEXT_INSN (insn);
rtx br_insn = NEXT_INSN (insn);
RTX_CODE br_code;
RTX_CODE br_code;
...
@@ -1207,14 +1204,13 @@
...
@@ -1207,14 +1204,13 @@
"movdi_possible (operands)"
"movdi_possible (operands)"
"
*
"
*
{
{
extern int swap_operands;
output_asm_insn (
\"
# COMBINE movw %1,%0
\"
, operands);
output_asm_insn (
\"
# COMBINE movw %1,%0
\"
, operands);
output_asm_insn (
\"
# COMBINE movw %3,%2
\"
, operands);
output_asm_insn (
\"
# COMBINE movw %3,%2
\"
, operands);
movdi_possible (operands);
movdi_possible (operands);
if (CONSTANT_P (operands
[
1
]
))
if (CONSTANT_P (operands
[
1
]
))
return (swap_operands
) ?
\"
movl %3,%0
\"
:
\"
movl %1,%2
\"
;
return (swap_operands
?
\"
movl %3,%0
\"
:
\"
movl %1,%2
\"
)
;
return (swap_operands
) ?
\"
movl %1,%0
\"
:
\"
movl %3,%2
\"
;
return (swap_operands
?
\"
movl %1,%0
\"
:
\"
movl %3,%2
\"
)
;
}")
}")
;; Optimize certain tests after memory stores.
;; Optimize certain tests after memory stores.
...
...
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