Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
5e5f74ca
Commit
5e5f74ca
authored
24 years ago
by
dtc
Browse files
Options
Downloads
Patches
Plain Diff
Update register names and BOXED_REGISTERS for the moving of NFP and
CFUNC. From Raymond Toy.
parent
11c6f309
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lisp/sparc-lispregs.h
+8
-9
8 additions, 9 deletions
lisp/sparc-lispregs.h
with
8 additions
and
9 deletions
lisp/sparc-lispregs.h
+
8
−
9
View file @
5e5f74ca
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sparc-lispregs.h,v 1.
4 1997/04/21 00:52:24
dtc Exp $ */
/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/sparc-lispregs.h,v 1.
5 2000/10/27 19:42:31
dtc Exp $ */
...
...
@@ -40,8 +40,7 @@
#define reg_CSP GREG(3)
#define reg_CFP GREG(4)
#define reg_BSP GREG(5)
#define reg_NFP GREG(6)
#define reg_CFUNC GREG(7)
/* %g6 and %g7 are supposed to be reserved for the system */
#define reg_NL0 OREG(0)
#define reg_NL1 OREG(1)
...
...
@@ -64,24 +63,24 @@
#define reg_FDEFN IREG(0)
#define reg_LEXENV IREG(1)
#define reg_L0 IREG(2)
#define reg_
L1
IREG(3)
#define reg_
L2
IREG(4)
#define reg_
NFP
IREG(3)
#define reg_
CFUNC
IREG(4)
#define reg_CODE IREG(5)
#define reg_LIP IREG(7)
#define REGNAMES \
"ZERO", "ALLOC", "NULL", "CSP", \
"CFP", "BSP", "
NFP
", "
CFUNC
", \
"CFP", "BSP", "
%g6
", "
%g7
", \
"NL0", "NL1", "NL2", "NL3", \
"NL4", "NL5", "NSP", "NARGS", \
"A0", "A1", "A2", "A3", \
"A4", "A5", "OCFP", "LRA", \
"FDEFN", "LEXENV", "L0", "
L1
", \
"
L2
",
"CODE", "???", "LIP"
"FDEFN", "LEXENV", "L0", "
NFP
", \
"
CFUNC
", "CODE", "???", "LIP"
#define BOXED_REGISTERS { \
reg_A0, reg_A1, reg_A2, reg_A3, reg_A4, reg_A5, reg_FDEFN, reg_LEXENV, \
reg_OCFP, reg_LRA, reg_L0,
reg_L1, reg_L2,
reg_CODE \
reg_OCFP, reg_LRA, reg_L0, reg_CODE \
}
#ifndef LANGUAGE_ASSEMBLY
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment