xed-interface.h

Go to the documentation of this file.
00001 /*BEGIN_LEGAL 
00002 Intel Open Source License 
00003 
00004 Copyright (c) 2002-2011 Intel Corporation. All rights reserved.
00005  
00006 Redistribution and use in source and binary forms, with or without
00007 modification, are permitted provided that the following conditions are
00008 met:
00009 
00010 Redistributions of source code must retain the above copyright notice,
00011 this list of conditions and the following disclaimer.  Redistributions
00012 in binary form must reproduce the above copyright notice, this list of
00013 conditions and the following disclaimer in the documentation and/or
00014 other materials provided with the distribution.  Neither the name of
00015 the Intel Corporation nor the names of its contributors may be used to
00016 endorse or promote products derived from this software without
00017 specific prior written permission.
00018  
00019 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
00020 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
00021 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
00022 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INTEL OR
00023 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
00024 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
00025 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
00026 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
00027 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
00028 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
00029 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00030 END_LEGAL */
00031 /*
00034 */
00035 
00036 
00037 
00038 #if !defined(_XED_INTERFACE_H_)
00039 # define _XED_INTERFACE_H_
00040 
00041 #if defined(_WIN32) && defined(_MANAGED)
00042 #pragma unmanaged
00043 #endif
00044 
00045 #include "xed-common-hdrs.h"
00046 #include "xed-types.h"
00047 #include "xed-operand-enum.h"
00048 
00049 #include "xed-init.h"
00050 #include "xed-decode.h"
00051 #include "xed-decode-cache.h"
00052 
00053 #include "xed-state.h" /* dstate, legacy */
00054 #include "xed-syntax-enum.h"
00055 #include "xed-reg-class-enum.h" /* generated */
00056 #include "xed-reg-class.h"
00057 #include "xed-inst-printer.h"
00058 
00059 #if defined(XED_ENCODER)
00060 # include "xed-encode.h"
00061 # include "xed-encoder-hl.h"
00062 #endif
00063 #include "xed-util.h"
00064 #include "xed-inst-printer.h"
00065 #include "xed-operand-action.h"
00066 
00067 #include "xed-version.h"
00068 #include "xed-decoded-inst.h"
00069 #include "xed-inst.h"
00070 #include "xed-iclass-enum.h"    /* generated */
00071 #include "xed-category-enum.h"  /* generated */
00072 #include "xed-extension-enum.h" /* generated */
00073 #include "xed-attribute-enum.h" /* generated */
00074 #include "xed-exception-enum.h" /* generated */
00075 #include "xed-operand-element-type-enum.h"  /* generated */
00076 #include "xed-operand-element-xtype-enum.h" /* generated */
00077 
00078 #include "xed-disas.h"  // callbacks for disassembly
00079 #include "xed-format-options.h" /* options for disassembly  */
00080 
00081 #include "xed-iform-enum.h"     /* generated */
00082 /* indicates the first and last index of each iform, for building tables */
00083 #include "xed-iformfl-enum.h"   /* generated */
00084 /* mapping iforms to iclass/category/extension */
00085 #include "xed-iform-map.h"  
00086 
00087 
00088 #include "xed-agen.h"  
00089 
00090 
00091 #endif

Generated on Tue Nov 22 12:27:53 2011 for XED2 by  doxygen 1.4.6