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
b987661c
Commit
b987661c
authored
Dec 19, 1995
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mips_reg_names, mips_sw_reg_names, mips_regno_to_class):
Add entry for new RAP reg. From-SVN: r10818
parent
a4417a86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
gcc/config/mips/mips.c
+4
-3
No files found.
gcc/config/mips/mips.c
View file @
b987661c
...
...
@@ -246,7 +246,7 @@ char mips_reg_names[][8] =
"$f8"
,
"$f9"
,
"$f10"
,
"$f11"
,
"$f12"
,
"$f13"
,
"$f14"
,
"$f15"
,
"$f16"
,
"$f17"
,
"$f18"
,
"$f19"
,
"$f20"
,
"$f21"
,
"$f22"
,
"$f23"
,
"$f24"
,
"$f25"
,
"$f26"
,
"$f27"
,
"$f28"
,
"$f29"
,
"$f30"
,
"$f31"
,
"hi"
,
"lo"
,
"accum"
,
"$fcr31"
"hi"
,
"lo"
,
"accum"
,
"$fcr31"
,
"$rap"
};
/* Mips software names for the registers, used to overwrite the
...
...
@@ -262,7 +262,7 @@ char mips_sw_reg_names[][8] =
"$f8"
,
"$f9"
,
"$f10"
,
"$f11"
,
"$f12"
,
"$f13"
,
"$f14"
,
"$f15"
,
"$f16"
,
"$f17"
,
"$f18"
,
"$f19"
,
"$f20"
,
"$f21"
,
"$f22"
,
"$f23"
,
"$f24"
,
"$f25"
,
"$f26"
,
"$f27"
,
"$f28"
,
"$f29"
,
"$f30"
,
"$f31"
,
"hi"
,
"lo"
,
"accum"
,
"$fcr31"
"hi"
,
"lo"
,
"accum"
,
"$fcr31"
,
"$rap"
};
/* Map hard register number to register class */
...
...
@@ -284,7 +284,8 @@ enum reg_class mips_regno_to_class[] =
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
FP_REGS
,
HI_REG
,
LO_REG
,
HILO_REG
,
ST_REGS
HI_REG
,
LO_REG
,
HILO_REG
,
ST_REGS
,
GR_REGS
};
/* Map register constraint character to register class. */
...
...
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