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
5c5eb4ef
Commit
5c5eb4ef
authored
Jul 08, 1996
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(enum reg_class): Add new class GENERAL_FP_REGS.
(REG_CLASS_NAMES, REG_CLASS_CONTENTS): Likewise. From-SVN: r12418
parent
5dbc8499
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
gcc/config/sh/sh.h
+3
-0
No files found.
gcc/config/sh/sh.h
View file @
5c5eb4ef
...
...
@@ -464,6 +464,7 @@ enum reg_class
FPUL_REGS
,
FP0_REGS
,
FP_REGS
,
GENERAL_FP_REGS
,
ALL_REGS
,
LIM_REG_CLASSES
};
...
...
@@ -482,6 +483,7 @@ enum reg_class
"FPUL_REGS", \
"FP0_REGS", \
"FP_REGS", \
"GENERAL_FP_REGS", \
"ALL_REGS", \
}
...
...
@@ -500,6 +502,7 @@ enum reg_class
{ 0x00400000, 0x00000000 },
/* FPUL_REGS */
\
{ 0x01000000, 0x00000000 },
/* FP0_REGS */
\
{ 0xFF000000, 0x000000FF },
/* FP_REGS */
\
{ 0xFF01FFFF, 0x000000FF },
/* GENERAL_FP_REGS */
\
{ 0xFF7FFFFF, 0x000000FF },
/* ALL_REGS */
\
}
...
...
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