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
df6c0bdc
Commit
df6c0bdc
authored
Dec 07, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(reload_out{q,h}i): Write as proper PARALLEL.
From-SVN: r2844
parent
8a6f8129
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
gcc/config/romp/romp.md
+6
-6
No files found.
gcc/config/romp/romp.md
View file @
df6c0bdc
...
...
@@ -307,9 +307,9 @@
[(set_attr "type" "store")])
(define_expand "reload_outqi"
[(set (match_operand:QI 0 "symbolic_memory_operand" "=m")
(match_operand:QI 1 "" "r"))
(match_operand:SI 2 "" "=&b"
)]
[(
parallel [(
set (match_operand:QI 0 "symbolic_memory_operand" "=m")
(match_operand:QI 1 "" "r"))
(clobber (match_operand:SI 2 "" "=&b"))]
)]
""
"")
...
...
@@ -362,9 +362,9 @@
[(set_attr "type" "store")])
(define_expand "reload_outhi"
[(set (match_operand:HI 0 "symbolic_memory_operand" "=m")
(match_operand:HI 1 "" "r"))
(match_operand:SI 2 "" "=&b"
)]
[(
parallel [(
set (match_operand:HI 0 "symbolic_memory_operand" "=m")
(match_operand:HI 1 "" "r"))
(clobber (match_operand:SI 2 "" "=&b"))]
)]
""
"")
...
...
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