XED
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
xed-operand-width-enum.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 */
32
33
// This file was automatically generated.
34
// Do not edit this file.
35
36
#if !defined(_XED_OPERAND_WIDTH_ENUM_H_)
37
# define _XED_OPERAND_WIDTH_ENUM_H_
38
#include "
xed-common-hdrs.h
"
39
typedef
enum
{
40
XED_OPERAND_WIDTH_INVALID
,
41
XED_OPERAND_WIDTH_ASZ
,
42
XED_OPERAND_WIDTH_SSZ
,
43
XED_OPERAND_WIDTH_PSEUDO
,
44
XED_OPERAND_WIDTH_PSEUDOX87
,
45
XED_OPERAND_WIDTH_A16
,
46
XED_OPERAND_WIDTH_A32
,
47
XED_OPERAND_WIDTH_B
,
48
XED_OPERAND_WIDTH_D
,
49
XED_OPERAND_WIDTH_DQ
,
50
XED_OPERAND_WIDTH_XUB
,
51
XED_OPERAND_WIDTH_XUW
,
52
XED_OPERAND_WIDTH_XUD
,
53
XED_OPERAND_WIDTH_XUQ
,
54
XED_OPERAND_WIDTH_X128
,
55
XED_OPERAND_WIDTH_XB
,
56
XED_OPERAND_WIDTH_XW
,
57
XED_OPERAND_WIDTH_XD
,
58
XED_OPERAND_WIDTH_XQ
,
59
XED_OPERAND_WIDTH_MB
,
60
XED_OPERAND_WIDTH_MW
,
61
XED_OPERAND_WIDTH_MD
,
62
XED_OPERAND_WIDTH_MQ
,
63
XED_OPERAND_WIDTH_M64INT
,
64
XED_OPERAND_WIDTH_M64REAL
,
65
XED_OPERAND_WIDTH_MEM108
,
66
XED_OPERAND_WIDTH_MEM14
,
67
XED_OPERAND_WIDTH_MEM16
,
68
XED_OPERAND_WIDTH_MEM16INT
,
69
XED_OPERAND_WIDTH_MEM28
,
70
XED_OPERAND_WIDTH_MEM32INT
,
71
XED_OPERAND_WIDTH_MEM32REAL
,
72
XED_OPERAND_WIDTH_MEM80DEC
,
73
XED_OPERAND_WIDTH_MEM80REAL
,
74
XED_OPERAND_WIDTH_F80
,
75
XED_OPERAND_WIDTH_MEM94
,
76
XED_OPERAND_WIDTH_MFPXENV
,
77
XED_OPERAND_WIDTH_MXSAVE
,
78
XED_OPERAND_WIDTH_MPREFETCH
,
79
XED_OPERAND_WIDTH_P
,
80
XED_OPERAND_WIDTH_P2
,
81
XED_OPERAND_WIDTH_PD
,
82
XED_OPERAND_WIDTH_PS
,
83
XED_OPERAND_WIDTH_PI
,
84
XED_OPERAND_WIDTH_Q
,
85
XED_OPERAND_WIDTH_S
,
86
XED_OPERAND_WIDTH_S64
,
87
XED_OPERAND_WIDTH_SD
,
88
XED_OPERAND_WIDTH_SI
,
89
XED_OPERAND_WIDTH_SS
,
90
XED_OPERAND_WIDTH_V
,
91
XED_OPERAND_WIDTH_Y
,
92
XED_OPERAND_WIDTH_W
,
93
XED_OPERAND_WIDTH_Z
,
94
XED_OPERAND_WIDTH_SPW8
,
95
XED_OPERAND_WIDTH_SPW
,
96
XED_OPERAND_WIDTH_SPW3
,
97
XED_OPERAND_WIDTH_SPW2
,
98
XED_OPERAND_WIDTH_I1
,
99
XED_OPERAND_WIDTH_I2
,
100
XED_OPERAND_WIDTH_I3
,
101
XED_OPERAND_WIDTH_I4
,
102
XED_OPERAND_WIDTH_I5
,
103
XED_OPERAND_WIDTH_I6
,
104
XED_OPERAND_WIDTH_I7
,
105
XED_OPERAND_WIDTH_I8
,
106
XED_OPERAND_WIDTH_VAR
,
107
XED_OPERAND_WIDTH_BND32
,
108
XED_OPERAND_WIDTH_BND64
,
109
XED_OPERAND_WIDTH_QQ
,
110
XED_OPERAND_WIDTH_YUB
,
111
XED_OPERAND_WIDTH_YUW
,
112
XED_OPERAND_WIDTH_YUD
,
113
XED_OPERAND_WIDTH_YUQ
,
114
XED_OPERAND_WIDTH_Y128
,
115
XED_OPERAND_WIDTH_YB
,
116
XED_OPERAND_WIDTH_YW
,
117
XED_OPERAND_WIDTH_YD
,
118
XED_OPERAND_WIDTH_YQ
,
119
XED_OPERAND_WIDTH_YPS
,
120
XED_OPERAND_WIDTH_YPD
,
121
XED_OPERAND_WIDTH_LAST
122
}
xed_operand_width_enum_t
;
123
128
XED_DLL_EXPORT
xed_operand_width_enum_t
str2xed_operand_width_enum_t
(
const
char
* s);
133
XED_DLL_EXPORT
const
char
*
xed_operand_width_enum_t2str
(
const
xed_operand_width_enum_t
p);
134
138
XED_DLL_EXPORT
xed_operand_width_enum_t
xed_operand_width_enum_t_last
(
void
);
139
#endif
XED_OPERAND_WIDTH_P
Definition:
xed-operand-width-enum.h:79
XED_OPERAND_WIDTH_SPW2
Definition:
xed-operand-width-enum.h:97
XED_OPERAND_WIDTH_LAST
Definition:
xed-operand-width-enum.h:121
XED_OPERAND_WIDTH_XUB
Definition:
xed-operand-width-enum.h:50
XED_OPERAND_WIDTH_MEM14
Definition:
xed-operand-width-enum.h:66
XED_OPERAND_WIDTH_MEM80DEC
Definition:
xed-operand-width-enum.h:72
XED_OPERAND_WIDTH_YQ
Definition:
xed-operand-width-enum.h:118
XED_OPERAND_WIDTH_XUD
Definition:
xed-operand-width-enum.h:52
XED_OPERAND_WIDTH_A16
Definition:
xed-operand-width-enum.h:45
xed_operand_width_enum_t2str
XED_DLL_EXPORT const char * xed_operand_width_enum_t2str(const xed_operand_width_enum_t p)
This converts strings to xed_operand_width_enum_t types.
XED_OPERAND_WIDTH_MB
Definition:
xed-operand-width-enum.h:59
XED_OPERAND_WIDTH_YPD
Definition:
xed-operand-width-enum.h:120
XED_OPERAND_WIDTH_I1
Definition:
xed-operand-width-enum.h:98
xed_operand_width_enum_t_last
XED_DLL_EXPORT xed_operand_width_enum_t xed_operand_width_enum_t_last(void)
Returns the last element of the enumeration.
XED_OPERAND_WIDTH_YUB
Definition:
xed-operand-width-enum.h:110
XED_OPERAND_WIDTH_S64
Definition:
xed-operand-width-enum.h:86
XED_OPERAND_WIDTH_XW
Definition:
xed-operand-width-enum.h:56
XED_OPERAND_WIDTH_S
Definition:
xed-operand-width-enum.h:85
XED_OPERAND_WIDTH_SPW3
Definition:
xed-operand-width-enum.h:96
XED_OPERAND_WIDTH_MEM32INT
Definition:
xed-operand-width-enum.h:70
XED_OPERAND_WIDTH_I3
Definition:
xed-operand-width-enum.h:100
XED_OPERAND_WIDTH_MEM16
Definition:
xed-operand-width-enum.h:67
XED_OPERAND_WIDTH_XUQ
Definition:
xed-operand-width-enum.h:53
XED_OPERAND_WIDTH_PD
Definition:
xed-operand-width-enum.h:81
XED_OPERAND_WIDTH_YUD
Definition:
xed-operand-width-enum.h:112
XED_OPERAND_WIDTH_MEM80REAL
Definition:
xed-operand-width-enum.h:73
XED_OPERAND_WIDTH_SPW
Definition:
xed-operand-width-enum.h:95
str2xed_operand_width_enum_t
XED_DLL_EXPORT xed_operand_width_enum_t str2xed_operand_width_enum_t(const char *s)
This converts strings to xed_operand_width_enum_t types.
XED_OPERAND_WIDTH_MFPXENV
Definition:
xed-operand-width-enum.h:76
XED_OPERAND_WIDTH_I2
Definition:
xed-operand-width-enum.h:99
XED_OPERAND_WIDTH_D
Definition:
xed-operand-width-enum.h:48
XED_OPERAND_WIDTH_V
Definition:
xed-operand-width-enum.h:90
XED_OPERAND_WIDTH_I5
Definition:
xed-operand-width-enum.h:102
XED_OPERAND_WIDTH_W
Definition:
xed-operand-width-enum.h:92
XED_OPERAND_WIDTH_I8
Definition:
xed-operand-width-enum.h:105
XED_OPERAND_WIDTH_MEM16INT
Definition:
xed-operand-width-enum.h:68
XED_OPERAND_WIDTH_BND32
Definition:
xed-operand-width-enum.h:107
XED_OPERAND_WIDTH_I7
Definition:
xed-operand-width-enum.h:104
XED_OPERAND_WIDTH_MEM28
Definition:
xed-operand-width-enum.h:69
XED_OPERAND_WIDTH_XQ
Definition:
xed-operand-width-enum.h:58
XED_OPERAND_WIDTH_PSEUDO
Definition:
xed-operand-width-enum.h:43
XED_OPERAND_WIDTH_F80
Definition:
xed-operand-width-enum.h:74
XED_OPERAND_WIDTH_MQ
Definition:
xed-operand-width-enum.h:62
XED_OPERAND_WIDTH_MPREFETCH
Definition:
xed-operand-width-enum.h:78
XED_OPERAND_WIDTH_Z
Definition:
xed-operand-width-enum.h:93
XED_OPERAND_WIDTH_QQ
Definition:
xed-operand-width-enum.h:109
XED_OPERAND_WIDTH_MD
Definition:
xed-operand-width-enum.h:61
XED_OPERAND_WIDTH_ASZ
Definition:
xed-operand-width-enum.h:41
XED_OPERAND_WIDTH_DQ
Definition:
xed-operand-width-enum.h:49
XED_OPERAND_WIDTH_YPS
Definition:
xed-operand-width-enum.h:119
XED_OPERAND_WIDTH_SPW8
Definition:
xed-operand-width-enum.h:94
XED_OPERAND_WIDTH_M64REAL
Definition:
xed-operand-width-enum.h:64
XED_OPERAND_WIDTH_I6
Definition:
xed-operand-width-enum.h:103
XED_OPERAND_WIDTH_YUQ
Definition:
xed-operand-width-enum.h:113
XED_OPERAND_WIDTH_Y
Definition:
xed-operand-width-enum.h:91
XED_OPERAND_WIDTH_P2
Definition:
xed-operand-width-enum.h:80
XED_OPERAND_WIDTH_YUW
Definition:
xed-operand-width-enum.h:111
XED_OPERAND_WIDTH_B
Definition:
xed-operand-width-enum.h:47
XED_OPERAND_WIDTH_VAR
Definition:
xed-operand-width-enum.h:106
XED_OPERAND_WIDTH_M64INT
Definition:
xed-operand-width-enum.h:63
XED_OPERAND_WIDTH_MEM32REAL
Definition:
xed-operand-width-enum.h:71
XED_OPERAND_WIDTH_XD
Definition:
xed-operand-width-enum.h:57
XED_OPERAND_WIDTH_XB
Definition:
xed-operand-width-enum.h:55
XED_OPERAND_WIDTH_YB
Definition:
xed-operand-width-enum.h:115
XED_OPERAND_WIDTH_Y128
Definition:
xed-operand-width-enum.h:114
XED_OPERAND_WIDTH_MEM108
Definition:
xed-operand-width-enum.h:65
XED_OPERAND_WIDTH_YW
Definition:
xed-operand-width-enum.h:116
XED_OPERAND_WIDTH_BND64
Definition:
xed-operand-width-enum.h:108
XED_OPERAND_WIDTH_SSZ
Definition:
xed-operand-width-enum.h:42
XED_OPERAND_WIDTH_MW
Definition:
xed-operand-width-enum.h:60
XED_OPERAND_WIDTH_XUW
Definition:
xed-operand-width-enum.h:51
XED_OPERAND_WIDTH_PI
Definition:
xed-operand-width-enum.h:83
XED_OPERAND_WIDTH_PS
Definition:
xed-operand-width-enum.h:82
XED_OPERAND_WIDTH_YD
Definition:
xed-operand-width-enum.h:117
XED_OPERAND_WIDTH_INVALID
Definition:
xed-operand-width-enum.h:40
XED_OPERAND_WIDTH_SI
Definition:
xed-operand-width-enum.h:88
XED_OPERAND_WIDTH_MXSAVE
Definition:
xed-operand-width-enum.h:77
XED_OPERAND_WIDTH_PSEUDOX87
Definition:
xed-operand-width-enum.h:44
xed_operand_width_enum_t
xed_operand_width_enum_t
Definition:
xed-operand-width-enum.h:39
XED_OPERAND_WIDTH_I4
Definition:
xed-operand-width-enum.h:101
XED_OPERAND_WIDTH_X128
Definition:
xed-operand-width-enum.h:54
XED_OPERAND_WIDTH_MEM94
Definition:
xed-operand-width-enum.h:75
XED_OPERAND_WIDTH_SD
Definition:
xed-operand-width-enum.h:87
xed-common-hdrs.h
XED_DLL_EXPORT
#define XED_DLL_EXPORT
Definition:
xed-common-hdrs.h:78
XED_OPERAND_WIDTH_Q
Definition:
xed-operand-width-enum.h:84
XED_OPERAND_WIDTH_A32
Definition:
xed-operand-width-enum.h:46
XED_OPERAND_WIDTH_SS
Definition:
xed-operand-width-enum.h:89
xed2-kit
include
xed-operand-width-enum.h
Generated on Tue Aug 12 2014 02:03:25 for XED by
1.8.7