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
dc2a006b
Commit
dc2a006b
authored
Apr 01, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r663
parent
ef8200df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
gcc/config/pyr/pyr.md
+5
-2
No files found.
gcc/config/pyr/pyr.md
View file @
dc2a006b
...
...
@@ -25,6 +25,7 @@
;; cpp macro #define NOTICE_UPDATE_CC in file tm.h handles condition code
;; updates for most instructions.
;; These comments are mostly obsolete. Written for gcc version 1.XX.
;;
*
Try using define_insn instead of some peepholes in more places.
;;
*
Set REG_NOTES:REG_EQUIV for cvt
[
bh
]
w loads. This would make the
;; backward scan in sign_extend needless.
...
...
@@ -197,7 +198,8 @@
[
(set (cc0)
(compare (match_operand:HI 0 "memory_operand" "m")
(match_operand:HI 1 "memory_operand" "m")))]
"weird_memory_memory (operands
[
0
]
, operands
[
1
]
)"
"(!TRULY_UNSIGNED_COMPARE_P (GET_CODE (XEXP (SET_SRC (PATTERN (NEXT_INSN (insn))), 0))))
&& weird_memory_memory (operands
[
0
]
, operands
[
1
]
)"
"
*
{
rtx br_insn = NEXT_INSN (insn);
...
...
@@ -220,7 +222,8 @@
[
(set (cc0)
(compare (match_operand:HI 0 "nonimmediate_operand" "r,m")
(match_operand:HI 1 "nonimmediate_operand" "m,r")))]
"(GET_CODE (operands
[
0
]
) != GET_CODE (operands
[
1
]
))"
"(!TRULY_UNSIGNED_COMPARE_P (GET_CODE (XEXP (SET_SRC (PATTERN (NEXT_INSN (insn))), 0))))
&& (GET_CODE (operands
[
0
]
) != GET_CODE (operands
[
1
]
))"
"
*
{
rtx br_insn = NEXT_INSN (insn);
...
...
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