代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/408246/2253126
lisp sanctify.lisp
;;;; Do whatever is necessary to make the given code component
;;;; executable.
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; While most of S
www.eeworm.com/read/408246/2253127
lisp arith.lisp
;;;; the VM definition arithmetic VOPs for the PPC
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL sys
www.eeworm.com/read/408246/2253128
lisp subprim.lisp
;;;
;;; Written by William Lott.
;;;
(in-package "SB!VM")
;;;; Length
(define-vop (length/list)
(:translate length)
(:args (object :scs (descriptor-reg) :target ptr))
(:arg-types list)
(:
www.eeworm.com/read/408246/2253129
lisp system.lisp
;;;; PPC VM definitions of various system hacking operations
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the
www.eeworm.com/read/408246/2253130
lisp parms.lisp
;;;; This file contains some parameterizations of various VM
;;;; attributes for the PPC. This file is separate from other stuff so
;;;; that it can be compiled and loaded earlier.
;;;; This softwar
www.eeworm.com/read/408246/2253131
lisp vm.lisp
;;;; miscellaneous VM definition noise for the PPC
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL sys
www.eeworm.com/read/408246/2253132
lisp float.lisp
;;;; floating point support for the PPC
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system, which
www.eeworm.com/read/408246/2253133
lisp pred.lisp
;;;
;;; Converted by William Lott.
;;;
(in-package "SB!VM")
;;;; The Branch VOP.
;;; The unconditional branch, emitted when we can't drop through to the desired
;;; destination. Dest is the cont
www.eeworm.com/read/408246/2253134
lisp show.lisp
;;; Written by William Lott.
(in-package "SB!VM")
(define-vop (print)
(:args (object :scs (descriptor-reg any-reg) :target nl0))
(:results (result :scs (descriptor-reg)))
(:save-p t)
(:temp
www.eeworm.com/read/408246/2253135
lisp nlx.lisp
;;;; the PPC definitions of VOPs used for non-local exit (throw,
;;;; lexical exit, etc.)
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This