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
2922fe9e
Commit
2922fe9e
authored
Dec 13, 1996
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define SMALL_REGISTER_CLASSES with a value
From-SVN: r13303
parent
f95182a4
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/config/dsp16xx/dsp16xx.h
+1
-1
gcc/config/h8300/h8300.h
+1
-1
gcc/config/i386/i386.h
+1
-1
gcc/config/pdp11/pdp11.h
+1
-1
gcc/config/sh/sh.h
+1
-1
No files found.
gcc/config/dsp16xx/dsp16xx.h
View file @
2922fe9e
...
...
@@ -946,7 +946,7 @@ enum reg_class
rtl to be used as spill registers but prevents the compiler from
extending the lifetime of these registers. */
#define SMALL_REGISTER_CLASSES
#define SMALL_REGISTER_CLASSES
1
/* Macros to check register numbers against specific register classes. */
...
...
gcc/config/h8300/h8300.h
View file @
2922fe9e
...
...
@@ -568,7 +568,7 @@ enum reg_class {
rtl to be used as spill registers but prevents the compiler from
extending the lifetime of these registers. */
#define SMALL_REGISTER_CLASSES
#define SMALL_REGISTER_CLASSES
1
/* Define a data type for recording info about an argument list
during the scan of that argument list. This data type should
...
...
gcc/config/i386/i386.h
View file @
2922fe9e
...
...
@@ -706,7 +706,7 @@ enum reg_class
rtl to be used as spill registers but prevents the compiler from
extending the lifetime of these registers. */
#define SMALL_REGISTER_CLASSES
#define SMALL_REGISTER_CLASSES
1
#define QI_REG_P(X) \
(REG_P (X) && REGNO (X) < 4)
...
...
gcc/config/pdp11/pdp11.h
View file @
2922fe9e
...
...
@@ -378,7 +378,7 @@ enum reg_class { NO_REGS, MUL_REGS, GENERAL_REGS, LOAD_FPU_REGS, NO_LOAD_FPU_REG
#define N_REG_CLASSES (int) LIM_REG_CLASSES
/* have to allow this till cmpsi/tstsi are fixed in a better way !! */
#define SMALL_REGISTER_CLASSES
#define SMALL_REGISTER_CLASSES
1
/* Since GENERAL_REGS is the same class as ALL_REGS,
don't give it a different class number; just make it an alias. */
...
...
gcc/config/sh/sh.h
View file @
2922fe9e
...
...
@@ -527,7 +527,7 @@ extern int regno_reg_class[];
rtl to be used as spill registers but prevents the compiler from
extending the lifetime of these registers. */
#define SMALL_REGISTER_CLASSES
#define SMALL_REGISTER_CLASSES
1
/* The order in which register should be allocated. */
#define REG_ALLOC_ORDER \
...
...
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