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
a364bc90
Commit
a364bc90
authored
Feb 09, 2002
by
Kazu Hirata
Committed by
Kazu Hirata
Feb 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/h8300/h8300.md (iorhi3): Tighten the predicates.
From-SVN: r49633
parent
a138247b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/config/h8300/h8300.md
+3
-3
No files found.
gcc/ChangeLog
View file @
a364bc90
2002-02-09 Kazu Hirata <kazu@hxi.com>
* config/h8300/h8300.md (iorhi3): Tighten the predicates.
2002-02-09 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.h (REGISTER_NATURAL_MODE): Save part-clobbered
...
...
gcc/config/h8300/h8300.md
View file @
a364bc90
...
...
@@ -1132,9 +1132,9 @@
}")
(define_expand "iorhi3"
[
(set (match_operand:HI 0 "
general
_operand" "")
(ior:HI (match_operand:HI 1 "
general
_operand" "")
(match_operand:HI 2 "
general
_operand" "")))]
[
(set (match_operand:HI 0 "
register
_operand" "")
(ior:HI (match_operand:HI 1 "
register
_operand" "")
(match_operand:HI 2 "
nonmemory
_operand" "")))]
""
"")
...
...
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