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
4d1bc60a
Commit
4d1bc60a
authored
Oct 22, 2010
by
Paul Koning
Committed by
Paul Koning
Oct 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/pdp11/pdp11.h (IRA_COVER_CLASSES): Define.
From-SVN: r165858
parent
834d5dce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
gcc/ChangeLog
+4
-0
gcc/config/pdp11/pdp11.h
+10
-0
No files found.
gcc/ChangeLog
View file @
4d1bc60a
2010
-
10
-
22
Paul
Koning
<
ni1d
@arrl
.
net
>
*
config
/
pdp11
/
pdp11
.
h
(
IRA_COVER_CLASSES
)
:
Define
.
2010
-
10
-
22
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
i386
/
i386
.
c
(
ix86_builtin_vectorized_function
)
:
Add
gcc/config/pdp11/pdp11.h
View file @
4d1bc60a
...
...
@@ -320,6 +320,16 @@ enum reg_class { NO_REGS, MUL_REGS, GENERAL_REGS, LOAD_FPU_REGS, NO_LOAD_FPU_REG
#define INDEX_REG_CLASS GENERAL_REGS
#define BASE_REG_CLASS GENERAL_REGS
/* The following macro defines cover classes for Integrated Register
Allocator. Cover classes is a set of non-intersected register
classes covering all hard registers used for register allocation
purpose. Any move between two registers of a cover class should be
cheaper than load or store of the registers. The macro value is
array of register classes with LIM_REG_CLASSES used as the end
marker. */
#define IRA_COVER_CLASSES { GENERAL_REGS, FPU_REGS, LIM_REG_CLASSES }
/* Given an rtx X being reloaded into a reg required to be
in class CLASS, return the class of reg to actually use.
In general this is just CLASS; but on some machines
...
...
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