Loading src/compiler/sparc64/move.lisp +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ (define-move-function (load-constant 5) (vop x y) ((constant) (descriptor-reg)) (not-implemented "LOAD-CONSTANT") (loadw y code-tn (tn-offset x) other-pointer-type gtemp-tn)) (define-move-function (load-stack 5) (vop x y) Loading Loading @@ -372,6 +373,7 @@ (:temporary (:scs (non-descriptor-reg)) temp) (:note _N"word integer argument move") (:generator 0 (emit-not-implemented) (sc-case y ((signed-reg unsigned-reg) (move y x)) Loading Loading
src/compiler/sparc64/move.lisp +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ (define-move-function (load-constant 5) (vop x y) ((constant) (descriptor-reg)) (not-implemented "LOAD-CONSTANT") (loadw y code-tn (tn-offset x) other-pointer-type gtemp-tn)) (define-move-function (load-stack 5) (vop x y) Loading Loading @@ -372,6 +373,7 @@ (:temporary (:scs (non-descriptor-reg)) temp) (:note _N"word integer argument move") (:generator 0 (emit-not-implemented) (sc-case y ((signed-reg unsigned-reg) (move y x)) Loading