X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Ftype-vops.lisp;h=d00cd2213d1af2c3633cef9e4d46df919879b0ba;hb=7c07a6f965c51828d8f452b47e0620d8e6cf2959;hp=77eb83142238022b6a8450da108299497ee38d05;hpb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;p=sbcl.git diff --git a/src/compiler/x86/type-vops.lisp b/src/compiler/x86/type-vops.lisp index 77eb831..d00cd22 100644 --- a/src/compiler/x86/type-vops.lisp +++ b/src/compiler/x86/type-vops.lisp @@ -255,7 +255,7 @@ (:info target not-p) (:policy :fast-safe)) -;;; Simpler VOP that don't need a temporary register. +;;; simpler VOP that don't need a temporary register (define-vop (simple-check-type) (:args (value :target result :scs (any-reg descriptor-reg))) (:results (result :scs (any-reg descriptor-reg) @@ -617,9 +617,9 @@ YEP (move result value))) -;;; An (unsigned-byte 32) can be represented with either a positive fixnum, a -;;; bignum with exactly one positive digit, or a bignum with exactly two digits -;;; and the second digit all zeros. +;;; An (unsigned-byte 32) can be represented with either a positive +;;; fixnum, a bignum with exactly one positive digit, or a bignum with +;;; exactly two digits and the second digit all zeros. (define-vop (unsigned-byte-32-p type-predicate) (:translate unsigned-byte-32-p)