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
10a88311
Commit
10a88311
authored
Apr 17, 2013
by
Terry Guo
Committed by
Xuepeng Guo
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/arm/cortex-m4.md: Add a new bypass.
From-SVN: r198021
parent
f3d096b0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/arm/cortex-m4.md
+4
-0
No files found.
gcc/ChangeLog
View file @
10a88311
2013-04-17 Terry Guo <terry.guo@arm.com>
* config/arm/cortex-m4.md: Add a new bypass.
2013-04-16 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
2013-04-16 Naveen H.S <Naveen.Hurugalawadi@caviumnetworks.com>
* config/aarch64/aarch64.md (*adds_<optab><mode>_multp2):
* config/aarch64/aarch64.md (*adds_<optab><mode>_multp2):
...
...
gcc/config/arm/cortex-m4.md
View file @
10a88311
...
@@ -84,6 +84,10 @@
...
@@ -84,6 +84,10 @@
(eq_attr "type" "store4"))
(eq_attr "type" "store4"))
"cortex_m4_ex
*
5")
"cortex_m4_ex
*
5")
(define_bypass 1 "cortex_m4_load1"
"cortex_m4_store1_1,cortex_m4_store1_2"
"arm_no_early_store_addr_dep")
;; If the address of load or store depends on the result of the preceding
;; If the address of load or store depends on the result of the preceding
;; instruction, the latency is increased by one.
;; instruction, the latency is increased by one.
...
...
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