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
c6e9b66f
Commit
c6e9b66f
authored
33 years ago
by
wlott
Browse files
Options
Downloads
Patches
Plain Diff
Flushed sap-ref stuff, because it was commented out and is now superceeded
by noise in sap.lisp.
parent
824fc330
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compiler/rt/afpa.lisp
+1
-39
1 addition, 39 deletions
compiler/rt/afpa.lisp
compiler/rt/mc68881.lisp
+1
-39
1 addition, 39 deletions
compiler/rt/mc68881.lisp
with
2 additions
and
78 deletions
compiler/rt/afpa.lisp
+
1
−
39
View file @
c6e9b66f
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/afpa.lisp,v 1.
3
1992/0
2
/0
1 13:55:28 ram
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/afpa.lisp,v 1.
4
1992/0
3
/0
9 20:37:26 wlott
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -445,44 +445,6 @@
(
:generator
5
(
inst
afpa-get-float-odd
lo-bits
float
temp
)))
;;;; SAP accessors/setters
#|
(define-vop (sap-ref-afpa-single sap-ref)
(:translate sap-ref-single)
(:results (result :scs (afpa-single-reg)))
(:result-types afpa-single-float)
(:variant :afpa-single nil))
(define-vop (sap-set-afpa-single sap-set)
(:translate %set-sap-ref-single)
(:args (sap :scs (sap-reg))
(offset :scs (any-reg signed-reg zero immediate))
(value :scs (afpa-single-reg) :target result))
(:arg-types system-area-pointer positive-fixnum afpa-single-float)
(:results (result :scs (afpa-single-reg)))
(:result-types afpa-single-float)
(:variant :afpa-single))
(define-vop (sap-ref-afpa-double sap-ref)
(:translate sap-ref-double)
(:results (result :scs (afpa-double-reg)))
(:result-types afpa-double-float)
(:variant :afpa-double nil))
(define-vop (sap-set-afpa-double sap-set)
(:translate %set-sap-ref-double)
(:args (sap :scs (sap-reg))
(offset :scs (signed-reg any-reg zero immediate))
(value :scs (afpa-double-reg) :target result))
(:arg-types system-area-pointer positive-fixnum afpa-double-float)
(:results (result :scs (afpa-double-reg)))
(:result-types afpa-double-float)
(:variant :afpa-double))
|#
;;;; Float mode hackery:
...
...
This diff is collapsed.
Click to expand it.
compiler/rt/mc68881.lisp
+
1
−
39
View file @
c6e9b66f
...
...
@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(
ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/mc68881.lisp,v 1.1
0
1992/0
1/22 18:10:05 ram
Exp $"
)
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/rt/mc68881.lisp,v 1.1
1
1992/0
3/09 20:37:46 wlott
Exp $"
)
;;;
;;; **********************************************************************
;;;
...
...
@@ -523,44 +523,6 @@
(
:variant
1
)
(
:translate
double-float-low-bits
))
;;;; SAP accessors/setters
#|
(define-vop (sap-ref-mc68881-single sap-ref)
(:translate sap-ref-single)
(:results (result :scs (mc68881-single-reg)))
(:result-types mc68881-single-float)
(:variant :mc68881-single nil))
(define-vop (sap-set-mc68881-single sap-set)
(:translate %set-sap-ref-single)
(:args (sap :scs (sap-reg))
(offset :scs (any-reg signed-reg zero immediate))
(value :scs (mc68881-single-reg) :target result))
(:arg-types system-area-pointer positive-fixnum mc68881-single-float)
(:results (result :scs (mc68881-single-reg)))
(:result-types mc68881-single-float)
(:variant :mc68881-single))
(define-vop (sap-ref-mc68881-double sap-ref)
(:translate sap-ref-double)
(:results (result :scs (mc68881-double-reg)))
(:result-types mc68881-double-float)
(:variant :mc68881-double nil))
(define-vop (sap-set-mc68881-double sap-set)
(:translate %set-sap-ref-double)
(:args (sap :scs (sap-reg))
(offset :scs (signed-reg any-reg zero immediate))
(value :scs (mc68881-double-reg) :target result))
(:arg-types system-area-pointer positive-fixnum mc68881-double-float)
(:results (result :scs (mc68881-double-reg)))
(:result-types mc68881-double-float)
(:variant :mc68881-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