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
88f08cca
Commit
88f08cca
authored
Nov 12, 2003
by
J"orn Rennecke
Committed by
Joern Rennecke
Nov 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/sh/sh.md (prefetch): New pattern.
From-SVN: r73492
parent
8f28a5d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
gcc/ChangeLog
+4
-0
gcc/config/sh/sh.md
+13
-0
No files found.
gcc/ChangeLog
View file @
88f08cca
2003-11-12 J"orn Rennecke <joern.rennecke@superh.com>
* config/sh/sh.md (prefetch): New pattern.
2003-11-11 Eric Christopher <echristo@redhat.com>
* reload1.c (reload): Verify that addresses for
...
...
gcc/config/sh/sh.md
View file @
88f08cca
...
...
@@ -10689,6 +10689,19 @@ mov.l\\t1f,r0\\n\\
"byterev %1, %0"
[
(set_attr "type" "arith_media")
]
)
(define_insn "prefetch"
[
(prefetch (match_operand:QI 0 "address_operand" "p")
(match_operand:SI 1 "const_int_operand" "n")
(match_operand:SI 2 "const_int_operand" "n"))]
"TARGET_SHMEDIA"
"
*
{
operands
[
0
]
= gen_rtx_MEM (QImode, operands
[
0
]
);
output_asm_insn (
\"
ld%M0.b %m0,r63
\"
, operands);
return
\"\"
;
}"
[
(set_attr "type" "other")
]
)
;; The following description models the
;; SH4 pipeline using the DFA based scheduler.
;; The DFA based description is better way to model
...
...
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