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
aaf8777d
"README.md" did not exist on "9923d19d8dcbfb5d7d3b57462a73c21e7dd85696"
Commit
aaf8777d
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Moved sap-ref-{single,double} into sap.lisp because they are more sap
related than float related.
parent
f91815c6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compiler/mips/float.lisp
+1
-36
1 addition, 36 deletions
compiler/mips/float.lisp
with
1 addition
and
36 deletions
compiler/mips/float.lisp
+
1
−
36
View file @
aaf8777d
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.1
3
199
1
/0
5
/2
3 15:36:55 ram
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.1
4
199
2
/0
2
/2
1 22:02:56 wlott
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -392,41 +392,6 @@
(
inst
mfc1
lo-bits
float
)
(
inst
nop
)))
;;;; SAP accessors/setters
(
define-vop
(
sap-ref-single
sap-ref
)
(
:translate
sap-ref-single
)
(
:results
(
result
:scs
(
single-reg
)))
(
:result-types
single-float
)
(
:variant
:single
nil
))
(
define-vop
(
sap-set-single
sap-set
)
(
:translate
%set-sap-ref-single
)
(
:args
(
object
:scs
(
sap-reg
)
:target
sap
)
(
offset
:scs
(
any-reg
negative-immediate
zero
immediate
))
(
value
:scs
(
single-reg
)
:target
result
))
(
:arg-types
system-area-pointer
positive-fixnum
single-float
)
(
:results
(
result
:scs
(
single-reg
)))
(
:result-types
single-float
)
(
:variant
:single
))
(
define-vop
(
sap-ref-double
sap-ref
)
(
:translate
sap-ref-double
)
(
:results
(
result
:scs
(
double-reg
)))
(
:result-types
double-float
)
(
:variant
:double
nil
))
(
define-vop
(
sap-set-double
sap-set
)
(
:translate
%set-sap-ref-double
)
(
:args
(
object
:scs
(
sap-reg
)
:target
sap
)
(
offset
:scs
(
any-reg
negative-immediate
zero
immediate
))
(
value
:scs
(
double-reg
)
:target
result
))
(
:arg-types
system-area-pointer
positive-fixnum
double-float
)
(
:results
(
result
:scs
(
double-reg
)))
(
:result-types
double-float
)
(
:variant
:double
))
;;;; Float mode hackery:
...
...
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