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
b72b1c29
Commit
b72b1c29
authored
Oct 03, 2002
by
Jan Hubicka
Committed by
Jan Hubicka
Oct 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i386.c (athlon_cost): Fix the move costs.
From-SVN: r57791
parent
92b7a2a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
9 deletions
+13
-9
gcc/ChangeLog
+4
-0
gcc/config/i386/i386.c
+9
-9
No files found.
gcc/ChangeLog
View file @
b72b1c29
Thu
Oct
3
23
:
35
:
51
CEST
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
c
(
athlon_cost
)
:
Fix
the
move
costs
.
Thu
Oct
3
23
:
20
:
58
CEST
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
final
.
c
(
final
)
:
Use
symbol
name
as
function
name
for
profiling
.
...
...
gcc/config/i386/i386.c
View file @
b72b1c29
...
...
@@ -285,25 +285,25 @@ struct processor_costs athlon_cost = {
8
,
/* "large" insn */
9
,
/* MOVE_RATIO */
4
,
/* cost for loading QImode using movzbl */
{
4
,
5
,
4
},
/* cost of loading integer registers
{
3
,
4
,
3
},
/* cost of loading integer registers
in QImode, HImode and SImode.
Relative to reg-reg move (2). */
{
2
,
3
,
2
},
/* cost of storing integer registers */
{
3
,
4
,
3
},
/* cost of storing integer registers */
4
,
/* cost of reg,reg fld/fst */
{
6
,
6
,
20
},
/* cost of loading fp registers
{
4
,
4
,
12
},
/* cost of loading fp registers
in SFmode, DFmode and XFmode */
{
4
,
4
,
16
},
/* cost of loading integer registers */
{
6
,
6
,
8
},
/* cost of loading integer registers */
2
,
/* cost of moving MMX register */
{
2
,
2
},
/* cost of loading MMX registers
{
4
,
4
},
/* cost of loading MMX registers
in SImode and DImode */
{
2
,
2
},
/* cost of storing MMX registers
{
4
,
4
},
/* cost of storing MMX registers
in SImode and DImode */
2
,
/* cost of moving SSE register */
{
2
,
2
,
8
},
/* cost of loading SSE registers
{
4
,
4
,
6
},
/* cost of loading SSE registers
in SImode, DImode and TImode */
{
2
,
2
,
8
},
/* cost of storing SSE registers
{
4
,
4
,
5
},
/* cost of storing SSE registers
in SImode, DImode and TImode */
6
,
/* MMX or SSE register to integer */
5
,
/* MMX or SSE register to integer */
64
,
/* size of prefetch block */
6
,
/* number of parallel prefetches */
};
...
...
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