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
9b1e668e
Commit
9b1e668e
authored
Aug 26, 1992
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(define_function_unit): Correct and simplify memory unit
specification. From-SVN: r1966
parent
53d2fb4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
gcc/config/m88k/m88k.md
+4
-11
No files found.
gcc/config/m88k/m88k.md
View file @
9b1e668e
...
@@ -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.7.
5 08/24/92 10:41:2
4
\"
;
"{ static char sccs_id
[
] =
\"
@(#)m88k.md 2.2.7.
8 08/26/92 13:41:4
4
\"
;
FAIL; }")
FAIL; }")
;; Attribute specifications
;; Attribute specifications
...
@@ -150,19 +150,12 @@
...
@@ -150,19 +150,12 @@
(define_function_unit "mem100" 1 0
(define_function_unit "mem100" 1 0
(and (eq_attr "type" "load") (eq_attr "cpu" "m88100")) 3 0)
(and (eq_attr "type" "load") (eq_attr "cpu" "m88100")) 3 0)
(define_function_unit "mem100" 1 0
(define_function_unit "mem100" 1 0
(and (eq_attr "type" "loadd") (eq_attr "cpu" "m88100")) 3 2
(and (eq_attr "type" "loadd") (eq_attr "cpu" "m88100")) 3 2)
[(eq_attr "type" "load,store,loadd,loada")])
(define_function_unit "mem110" 1 0
(define_function_unit "mem110" 1 0
(and (eq_attr "type" "load") (eq_attr "cpu" "!m88100")) 3 2)
(and (eq_attr "type" "load
,loadd
") (eq_attr "cpu" "!m88100")) 3 2)
(define_function_unit "mem110" 1 0
(define_function_unit "mem110" 1 0
(and (eq_attr "type" "loadd") (eq_attr "cpu" "!m88100")) 3 3
(and (eq_attr "type" "store") (eq_attr "cpu" "!m88100")) 1 2)
[(eq_attr "type" "load")])
(define_function_unit "mem110" 1 0
(and (eq_attr "type" "loadd") (eq_attr "cpu" "!m88100")) 3 2
[(eq_attr "type" "!load")])
(define_function_unit "mem110" 1 0
(and (eq_attr "type" "store") (eq_attr "cpu" "!m88100")) 0 2)
; The times are adjusted to include fp1 and fplast, but then are further
; The times are adjusted to include fp1 and fplast, but then are further
; adjusted based on the actual generated code. The notation to the right
; adjusted based on the actual generated code. The notation to the right
...
...
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