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
a8663ab3
Commit
a8663ab3
authored
Oct 07, 1992
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(movstrsi): No predicate is needed for the source or
destination. From-SVN: r2357
parent
f4f0a8ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gcc/config/m88k/m88k.md
+3
-3
No files found.
gcc/config/m88k/m88k.md
View file @
a8663ab3
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
(define_expand "m88k_sccs_id"
(define_expand "m88k_sccs_id"
[
(match_operand:SI 0 "" "")
]
[
(match_operand:SI 0 "" "")
]
""
""
"{ static char sccs_id
[
] =
\"
@(#)m88k.md 2.2.1
2.1 09/12/92 07:08:29
\"
;
"{ static char sccs_id
[
] =
\"
@(#)m88k.md 2.2.1
3.1 10/07/92 06:32:56
\"
;
FAIL; }")
FAIL; }")
;; Attribute specifications
;; Attribute specifications
...
@@ -1734,8 +1734,8 @@
...
@@ -1734,8 +1734,8 @@
;; String/block move insn. See m88k.c for details.
;; String/block move insn. See m88k.c for details.
(define_expand "movstrsi"
(define_expand "movstrsi"
[(parallel [(set (mem:BLK (match_operand:BLK 0 "
general_operand
" ""))
[(parallel [(set (mem:BLK (match_operand:BLK 0 "" ""))
(mem:BLK (match_operand:BLK 1 "
general_operand
" "")))
(mem:BLK (match_operand:BLK 1 "" "")))
(use (match_operand:SI 2 "arith32_operand" ""))
(use (match_operand:SI 2 "arith32_operand" ""))
(use (match_operand:SI 3 "immediate_operand" ""))])]
(use (match_operand:SI 3 "immediate_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