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
5a41b476
Commit
5a41b476
authored
Oct 08, 1998
by
David Edelsohn
Committed by
David Edelsohn
Oct 08, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rs6000.h (RTX_COSTS): Add PROCESSOR_PPC604e cases.
From-SVN: r22936
parent
c675621f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.h
+2
-0
No files found.
gcc/ChangeLog
View file @
5a41b476
Thu
Oct
8
22
:
03
:
45
1998
David
Edelsohn
<
edelsohn
@mhpcc
.
edu
>
*
rs6000
.
h
(
RTX_COSTS
)
:
Add
PROCESSOR_PPC604e
cases
.
Thu
Oct
8
17
:
00
:
18
1998
Richard
Henderson
<
rth
@cygnus
.
com
>
*
flow
.
c
(
find_basic_blocks
)
:
Correctly
determine
when
a
call
...
...
gcc/config/rs6000/rs6000.h
View file @
5a41b476
...
...
@@ -2274,6 +2274,7 @@ do { \
? COSTS_N_INSNS (3) : COSTS_N_INSNS (4)); \
case PROCESSOR_RIOS2: \
case PROCESSOR_MPCCORE: \
case PROCESSOR_PPC604e: \
return COSTS_N_INSNS (2); \
case PROCESSOR_PPC601: \
return COSTS_N_INSNS (5); \
...
...
@@ -2310,6 +2311,7 @@ do { \
case PROCESSOR_PPC603: \
return COSTS_N_INSNS (37); \
case PROCESSOR_PPC604: \
case PROCESSOR_PPC604e: \
case PROCESSOR_PPC620: \
return COSTS_N_INSNS (20); \
} \
...
...
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