(:arg-types positive-fixnum
positive-fixnum
positive-fixnum)
- (:temporary (:sc non-descriptor-reg :offset nl0-offset) bytes)
+ (:temporary (:sc non-descriptor-reg) bytes)
(:temporary (:sc non-descriptor-reg :offset nl4-offset) pa-flag)
(:results (result :scs (descriptor-reg) :from :load))
(:policy :fast-safe)
(:arg-types positive-fixnum
positive-fixnum
positive-fixnum)
- (:temporary (:sc non-descriptor-reg :offset nl0-offset) bytes)
- (:temporary (:sc non-descriptor-reg :offset nl1-offset) temp)
+ (:temporary (:sc non-descriptor-reg) bytes)
+ (:temporary (:sc non-descriptor-reg) temp)
(:temporary (:sc non-descriptor-reg :offset nl4-offset) pa-flag)
(:results (result :scs (descriptor-reg) :from :load))
(:policy :fast-safe)
'((:temporary (:scs (non-descriptor-reg)) temp)
(:temporary (:sc control-stack :offset nfp-save-offset) nfp-save)))
- (:temporary (:sc interior-reg :offset lip-offset) entry-point)
+ (:temporary (:sc interior-reg) entry-point)
(:generator ,(+ (if named 5 0)
(if variable 19 1)
(:temporary (:scs (non-descriptor-reg)) temp)
(:temporary (:scs (descriptor-reg)) move-temp)
(:temporary (:sc descriptor-reg :offset lra-offset) lra)
- (:temporary (:sc interior-reg :offset lip-offset) entry-point)
+ (:temporary (:sc interior-reg) entry-point)
(:temporary (:sc any-reg :offset nargs-offset) nargs)
(:temporary (:sc any-reg :offset ocfp-offset) ocfp)
(:temporary (:sc control-stack :offset nfp-save-offset) nfp-save))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.23.44"
+"1.0.23.45"