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
89f0bef3
Commit
89f0bef3
authored
Apr 26, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ashrsi2_31): Don't use dead_or_set_p after reload.
From-SVN: r9492
parent
d8ddc751
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
gcc/config/sh/sh.md
+3
-11
No files found.
gcc/config/sh/sh.md
View file @
89f0bef3
...
...
@@ -697,17 +697,9 @@
(const_int 31)))
(clobber (reg:SI 18))]
""
"
*
{
if (which_alternative == 1)
{
if (dead_or_set_p (insn, operands
[
1
]
))
return
\"
shll %1
\;
subc %0,%0
\"
;
else
return
\"
mov %1,%0
\;
shll %0
\;
subc %0,%0
\"
;
}
return
\"
shll %0
\;
subc %0,%0
\"
;
}"
"@
shll %0
\;
subc %0,%0
mov %1,%0
\;
shll %0
\;
subc %0,%0"
[
(set_attr "length" "4,6")
]
)
...
...
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