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
35cc5e7d
Commit
35cc5e7d
authored
Feb 18, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r340
parent
6f086dfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
gcc/config/romp/romp.md
+6
-5
No files found.
gcc/config/romp/romp.md
View file @
35cc5e7d
...
...
@@ -1131,10 +1131,11 @@
(zero_extract:SI (match_operand:SI 3 "register_operand" "")
(const_int 1)
(const_int 31)))
(set (zero_extract:SI (match_operand:SI 0 "register_operand" "")
(match_operand:SI 1 "const_int_operand" "")
(match_operand:SI 2 "const_int_operand" ""))
(ne (cc0) (const_int 0)))]
(parallel [(set (zero_extract:SI (match_operand:SI 0 "register_operand" "")
(match_operand:SI 1 "const_int_operand" "")
(match_operand:SI 2 "const_int_operand" ""))
(ne (cc0) (const_int 0)))
(clobber (match_scratch:SI 4 ""))])]
""
"")
...
...
@@ -1159,7 +1160,7 @@
(const_int 1)
(match_operand:SI 1 "const_int_operand" "n,m"))
(ne (cc0) (const_int 0)))
(
match_scratch 2 "=X,b"
)]
(
clobber (match_scratch:SI 2 "=X,b")
)]
""
"@
mftbi%t1 %0,%S1
...
...
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