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
da059ccc
Commit
da059ccc
authored
Mar 20, 1993
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.md (shadd reload patterns): Clean up output template.
From-SVN: r3802
parent
dac57de0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/pa/pa.md
+3
-3
No files found.
gcc/config/pa/pa.md
View file @
da059ccc
...
...
@@ -2368,7 +2368,7 @@
(match_operand:SI 1 "register_operand" "r"))
(match_operand:SI 3 "const_int_operand" "rJ")))]
"reload_in_progress"
"sh1add
%2,%1,%0
\\
n
\\
t
add%I3 %3,%0,%0"
"sh1add
%2,%1,%0
\;
add%I3 %3,%0,%0"
[
(set_attr "type" "multi")
(set_attr "length" "2")])
...
...
@@ -2379,7 +2379,7 @@
(match_operand:SI 1 "register_operand" "r"))
(match_operand:SI 3 "const_int_operand" "rJ")))]
"reload_in_progress"
"sh2add
%2,%1,%0
\\
n
\\
t
add%I3 %3,%0,%0"
"sh2add
%2,%1,%0
\;
add%I3 %3,%0,%0"
[
(set_attr "type" "multi")
(set_attr "length" "2")])
...
...
@@ -2390,7 +2390,7 @@
(match_operand:SI 1 "register_operand" "r"))
(match_operand:SI 3 "const_int_operand" "rJ")))]
"reload_in_progress"
"sh3add
%2,%1,%0
\\
n
\\
t
add%I3 %3,%0,%0"
"sh3add
%2,%1,%0
\;
add%I3 %3,%0,%0"
[
(set_attr "type" "multi")
(set_attr "length" "2")])
...
...
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