代码搜索:LISP编程
找到约 10,000 项符合「LISP编程」的源代码
代码结果 10,000
www.eeworm.com/read/408246/2252929
lisp array.lisp
;;;; various array operations that are too expensive (in space) to do
;;;; inline
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software
www.eeworm.com/read/408246/2252930
lisp arith.lisp
(in-package "SB!VM")
;;;; Addition and subtraction.
;;; static-fun-offset returns the address of the raw_addr slot of
;;; a static function's fdefn.
;;; Note that there is only one use of static
www.eeworm.com/read/408246/2252931
lisp support.lisp
;;;; the machine-specific support routines needed by the file assembler
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derive
www.eeworm.com/read/408246/2252933
lisp alloc.lisp
(in-package "SB!VM")
;;; But we do everything inline now that we have a better pseudo-atomic.
www.eeworm.com/read/408246/2252934
lisp array.lisp
;;;; the MIPS definitions for array operations
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system,
www.eeworm.com/read/408246/2252936
lisp cell.lisp
;;;; the VM definition of various primitive memory access VOPs for
;;;; MIPS
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is d
www.eeworm.com/read/408246/2252937
lisp values.lisp
;;;; the MIPS implementation of unknown-values VOPs
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL sy
www.eeworm.com/read/408246/2252940
lisp macros.lisp
;;;; various useful macros for generating MIPS code
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL sy
www.eeworm.com/read/408246/2252941
lisp move.lisp
(in-package "SB!VM")
(define-move-fun (load-immediate 1) (vop x y)
((null zero immediate)
(any-reg descriptor-reg))
(let ((val (tn-value x)))
(etypecase val
(integer
(inst li
www.eeworm.com/read/408246/2252942
lisp sap.lisp
;;;; the MIPS VM definition of SAP operations
;;;; This software is part of the SBCL system. See the README file for
;;;; more information.
;;;;
;;;; This software is derived from the CMU CL system,