1 ;;;;------------------------------------------------------------------
3 ;;;; Copyright (C) 2000-2004,
4 ;;;; Department of Computer Science, University of Tromso, Norway
6 ;;;; Filename: packages.lisp
7 ;;;; Description: Operand representation.
8 ;;;; Author: Frode Vatvedt Fjeld <frodef@acm.org>
9 ;;;; Created at: Wed Feb 16 14:02:57 2000
10 ;;;; Distribution: See the accompanying file COPYING.
12 ;;;; $Id: packages.lisp,v 1.4 2004/09/02 09:02:10 ffjeld Exp $
14 ;;;;------------------------------------------------------------------
16 (in-package #:cl-user
)
21 #:init-instruction-tables
23 #:*instruction-compute-extra-prefix-map
*
68 #:instruction-operands
69 #:instruction-prefixes
70 ;; instruction prefixes
92 #:symtab-try-lookup-label
95 (defpackage #:ia-x86-instr
97 (:import-from
#:common-lisp t nil defclass load eval compile
)
99 "All the specialized classes for ia-x86 instructions are put into
100 this package, so that we may have instructions named 'and' etc."))