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
3e47bea8
Commit
3e47bea8
authored
Sep 22, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Sep 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (BRANCH_COST): Define.
From-SVN: r29601
parent
ba020951
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+2
-0
gcc/config/pa/pa.h
+3
-0
No files found.
gcc/ChangeLog
View file @
3e47bea8
...
@@ -37,6 +37,8 @@ Wed Sep 22 06:25:15 1999 Jim Kingdon <http://developer.redhat.com>
...
@@ -37,6 +37,8 @@ Wed Sep 22 06:25:15 1999 Jim Kingdon <http://developer.redhat.com>
Wed
Sep
22
06
:
06
:
57
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
Wed
Sep
22
06
:
06
:
57
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
pa
.
h
(
BRANCH_COST
)
:
Define
.
*
pa
.
md
(
return
,
return_internal
)
:
Use
bve
for
PA2
.
0
.
*
pa
.
md
(
return
,
return_internal
)
:
Use
bve
for
PA2
.
0
.
*
pa
.
md
(
fused
multiply
)
:
Add
variants
which
reduce
height
for
the
*
pa
.
md
(
fused
multiply
)
:
Add
variants
which
reduce
height
for
the
...
...
gcc/config/pa/pa.h
View file @
3e47bea8
...
@@ -1807,6 +1807,9 @@ while (0)
...
@@ -1807,6 +1807,9 @@ while (0)
case LSHIFTRT: \
case LSHIFTRT: \
return COSTS_N_INSNS (1);
return COSTS_N_INSNS (1);
/* Adjust the cost of branches. */
#define BRANCH_COST (pa_cpu == PROCESSOR_8000 ? 2 : 1)
/* Adjust the cost of dependencies. */
/* Adjust the cost of dependencies. */
#define ADJUST_COST(INSN,LINK,DEP,COST) \
#define ADJUST_COST(INSN,LINK,DEP,COST) \
...
...
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