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
d7a5e253
Commit
d7a5e253
authored
Dec 10, 2001
by
David Edelsohn
Committed by
David Edelsohn
Dec 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rs6000.c (processor_target_table): Add PPC405.
From-SVN: r47858
parent
a9657ce8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
gcc/ChangeLog
+1
-0
gcc/config/rs6000/rs6000.c
+3
-0
No files found.
gcc/ChangeLog
View file @
d7a5e253
...
...
@@ -19,6 +19,7 @@ Mon Dec 10 15:54:27 2001 Jeffrey A Law (law@cygnus.com)
(
RTX_COSTS
)
:
Add
PPC405
.
Correct
rs64
and
ppc630
multiply
costs
.
*
rs6000
.
md
:
Add
PPC405
information
.
Utilize
imul2
and
imul3
for
rios1
,
rs64
,
and
ppc630
processors
.
*
rs6000
.
c
(
processor_target_table
)
:
Add
PPC405
.
2001
-
12
-
10
Richard
Henderson
<
rth
@redhat
.
com
>
...
...
gcc/config/rs6000/rs6000.c
View file @
d7a5e253
...
...
@@ -316,6 +316,9 @@ rs6000_override_options (default_cpu)
{
"403"
,
PROCESSOR_PPC403
,
MASK_POWERPC
|
MASK_SOFT_FLOAT
|
MASK_NEW_MNEMONICS
|
MASK_STRICT_ALIGN
,
POWER_MASKS
|
POWERPC_OPT_MASKS
|
MASK_POWERPC64
},
{
"405"
,
PROCESSOR_PPC405
,
MASK_POWERPC
|
MASK_SOFT_FLOAT
|
MASK_NEW_MNEMONICS
,
POWER_MASKS
|
POWERPC_OPT_MASKS
|
MASK_POWERPC64
},
{
"505"
,
PROCESSOR_MPCCORE
,
MASK_POWERPC
|
MASK_NEW_MNEMONICS
,
POWER_MASKS
|
POWERPC_OPT_MASKS
|
MASK_POWERPC64
},
...
...
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