XED
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xed-interface.h
Go to the documentation of this file.
1 /*BEGIN_LEGAL
2 Intel Open Source License
3 
4 Copyright (c) 2002-2014 Intel Corporation. All rights reserved.
5 
6 Redistribution and use in source and binary forms, with or without
7 modification, are permitted provided that the following conditions are
8 met:
9 
10 Redistributions of source code must retain the above copyright notice,
11 this list of conditions and the following disclaimer. Redistributions
12 in binary form must reproduce the above copyright notice, this list of
13 conditions and the following disclaimer in the documentation and/or
14 other materials provided with the distribution. Neither the name of
15 the Intel Corporation nor the names of its contributors may be used to
16 endorse or promote products derived from this software without
17 specific prior written permission.
18 
19 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE INTEL OR
23 ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 END_LEGAL */
31 /*
34 */
35 
36 
37 
38 #if !defined(_XED_INTERFACE_H_)
39 # define _XED_INTERFACE_H_
40 
41 #if defined(_WIN32) && defined(_MANAGED)
42 #pragma unmanaged
43 #endif
44 
45 #include "xed-build-defines.h" /* generated */
46 
47 #include "xed-common-hdrs.h"
48 #include "xed-types.h"
49 #include "xed-operand-enum.h"
50 
51 #include "xed-init.h"
52 #include "xed-decode.h"
53 
54 #include "xed-state.h" /* dstate, legacy */
55 #include "xed-syntax-enum.h"
56 #include "xed-reg-class-enum.h" /* generated */
57 #include "xed-reg-class.h"
58 
59 #if defined(XED_ENCODER)
60 # include "xed-encode.h"
61 # include "xed-encoder-hl.h"
62 #endif
63 #include "xed-util.h"
64 #include "xed-operand-action.h"
65 
66 #include "xed-version.h"
67 #include "xed-decoded-inst.h"
68 #include "xed-decoded-inst-api.h"
69 #include "xed-inst.h"
70 #include "xed-iclass-enum.h" /* generated */
71 #include "xed-category-enum.h" /* generated */
72 #include "xed-extension-enum.h" /* generated */
73 #include "xed-attribute-enum.h" /* generated */
74 #include "xed-exception-enum.h" /* generated */
75 #include "xed-operand-element-type-enum.h" /* generated */
76 #include "xed-operand-element-xtype-enum.h" /* generated */
77 
78 #include "xed-disas.h" // callbacks for disassembly
79 #include "xed-format-options.h" /* options for disassembly */
80 
81 #include "xed-iform-enum.h" /* generated */
82 /* indicates the first and last index of each iform, for building tables */
83 #include "xed-iformfl-enum.h" /* generated */
84 /* mapping iforms to iclass/category/extension */
85 #include "xed-iform-map.h"
86 
87 
88 #include "xed-agen.h"
89 
90 
91 #endif