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
5e9bd142
Commit
5e9bd142
authored
Sep 11, 2008
by
Andreas Schwab
Committed by
Andreas Schwab
Sep 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/m68k/m68k.h (IRA_COVER_CLASSES): Define.
From-SVN: r140275
parent
a64057fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/m68k/m68k.h
+5
-0
No files found.
gcc/ChangeLog
View file @
5e9bd142
2008
-
09
-
11
Andreas
Schwab
<
schwab
@suse
.
de
>
*
config
/
m68k
/
m68k
.
h
(
IRA_COVER_CLASSES
)
:
Define
.
2008
-
09
-
11
Jakub
Jelinek
<
jakub
@redhat
.
com
>
PR
target
/
37382
...
...
gcc/config/m68k/m68k.h
View file @
5e9bd142
...
...
@@ -516,6 +516,11 @@ extern enum reg_class regno_reg_class[];
/* Moves between fp regs and other regs are two insns. */
#define REGISTER_MOVE_COST(MODE, CLASS1, CLASS2) \
((((CLASS1) == FP_REGS) != ((CLASS2) == FP_REGS)) ? 4 : 2)
#define IRA_COVER_CLASSES \
{ \
ALL_REGS, LIM_REG_CLASSES \
}
/* Stack layout; function entry, exit and calling. */
...
...
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