0.7.5.1:
[sbcl.git] / src / compiler / alpha / macros.lisp
index bb5e3d0..998cec0 100644 (file)
 \f
 ;;;; memory accessor vop generators
 
-(deftype load/store-index (scale lowtag min-offset
-                                &optional (max-offset min-offset))
-  `(integer ,(- (truncate (+ (ash 1 16)
-                            (* min-offset n-word-bytes)
-                            (- lowtag))
-                         scale))
-           ,(truncate (- (+ (1- (ash 1 16)) lowtag)
-                         (* max-offset n-word-bytes))
-                      scale)))
-
 (defmacro define-full-reffer (name type offset lowtag scs el-type
                                   &optional translate)
   `(progn