(:info name words type lowtag)
(:ignore name)
(:results (result :scs (descriptor-reg)))
- (:temporary (:scs (any-reg)) bytes header)
+ (:temporary (:scs (any-reg)) bytes)
+ (:temporary (:scs (non-descriptor-reg)) header)
(:generator 6
(inst addi (* (1+ words) n-word-bytes) extra bytes)
(inst sll bytes (- n-widetag-bits 2) header)
(:info name words type lowtag)
(:ignore name)
(:results (result :scs (descriptor-reg)))
- (:temporary (:scs (any-reg)) header)
- (:temporary (:scs (non-descriptor-reg)) bytes)
+ (:temporary (:scs (any-reg)) bytes)
+ (:temporary (:scs (non-descriptor-reg)) header)
(:temporary (:sc non-descriptor-reg :offset nl4-offset) pa-flag)
(:generator 6
(inst addu bytes extra (* (1+ words) n-word-bytes))
(:info name words type lowtag)
(:ignore name)
(:results (result :scs (descriptor-reg)))
- (:temporary (:scs (any-reg)) bytes header)
+ (:temporary (:scs (any-reg)) bytes)
+ (:temporary (:scs (non-descriptor-reg)) header)
(:temporary (:sc non-descriptor-reg :offset nl3-offset) pa-flag)
(:generator 6
(inst addi bytes extra (* (1+ words) n-word-bytes))
(:info name words type lowtag)
(:ignore name)
(:results (result :scs (descriptor-reg)))
- (:temporary (:scs (any-reg)) bytes header)
+ (:temporary (:scs (any-reg)) bytes)
+ (:temporary (:scs (non-descriptor-reg)) header)
(:generator 6
(inst add bytes extra (* (1+ words) n-word-bytes))
(inst sll header bytes (- n-widetag-bits 2))
;;; 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".)
-"0.8.15.11"
+"0.8.15.12"