XED
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
xed-reg-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_REG_ENUM_H_)
37
# define _XED_REG_ENUM_H_
38
#include "
xed-common-hdrs.h
"
39
typedef
enum
{
40
XED_REG_INVALID
,
41
XED_REG_BNDCFGU
,
42
XED_REG_BNDSTATUS
,
43
XED_REG_BND0
,
44
XED_REG_BND1
,
45
XED_REG_BND2
,
46
XED_REG_BND3
,
47
XED_REG_CR0
,
48
XED_REG_CR1
,
49
XED_REG_CR2
,
50
XED_REG_CR3
,
51
XED_REG_CR4
,
52
XED_REG_CR5
,
53
XED_REG_CR6
,
54
XED_REG_CR7
,
55
XED_REG_CR8
,
56
XED_REG_CR9
,
57
XED_REG_CR10
,
58
XED_REG_CR11
,
59
XED_REG_CR12
,
60
XED_REG_CR13
,
61
XED_REG_CR14
,
62
XED_REG_CR15
,
63
XED_REG_DR0
,
64
XED_REG_DR1
,
65
XED_REG_DR2
,
66
XED_REG_DR3
,
67
XED_REG_DR4
,
68
XED_REG_DR5
,
69
XED_REG_DR6
,
70
XED_REG_DR7
,
71
XED_REG_DR8
,
72
XED_REG_DR9
,
73
XED_REG_DR10
,
74
XED_REG_DR11
,
75
XED_REG_DR12
,
76
XED_REG_DR13
,
77
XED_REG_DR14
,
78
XED_REG_DR15
,
79
XED_REG_FLAGS
,
80
XED_REG_EFLAGS
,
81
XED_REG_RFLAGS
,
82
XED_REG_AX
,
83
XED_REG_CX
,
84
XED_REG_DX
,
85
XED_REG_BX
,
86
XED_REG_SP
,
87
XED_REG_BP
,
88
XED_REG_SI
,
89
XED_REG_DI
,
90
XED_REG_R8W
,
91
XED_REG_R9W
,
92
XED_REG_R10W
,
93
XED_REG_R11W
,
94
XED_REG_R12W
,
95
XED_REG_R13W
,
96
XED_REG_R14W
,
97
XED_REG_R15W
,
98
XED_REG_EAX
,
99
XED_REG_ECX
,
100
XED_REG_EDX
,
101
XED_REG_EBX
,
102
XED_REG_ESP
,
103
XED_REG_EBP
,
104
XED_REG_ESI
,
105
XED_REG_EDI
,
106
XED_REG_R8D
,
107
XED_REG_R9D
,
108
XED_REG_R10D
,
109
XED_REG_R11D
,
110
XED_REG_R12D
,
111
XED_REG_R13D
,
112
XED_REG_R14D
,
113
XED_REG_R15D
,
114
XED_REG_RAX
,
115
XED_REG_RCX
,
116
XED_REG_RDX
,
117
XED_REG_RBX
,
118
XED_REG_RSP
,
119
XED_REG_RBP
,
120
XED_REG_RSI
,
121
XED_REG_RDI
,
122
XED_REG_R8
,
123
XED_REG_R9
,
124
XED_REG_R10
,
125
XED_REG_R11
,
126
XED_REG_R12
,
127
XED_REG_R13
,
128
XED_REG_R14
,
129
XED_REG_R15
,
130
XED_REG_AL
,
131
XED_REG_CL
,
132
XED_REG_DL
,
133
XED_REG_BL
,
134
XED_REG_SPL
,
135
XED_REG_BPL
,
136
XED_REG_SIL
,
137
XED_REG_DIL
,
138
XED_REG_R8B
,
139
XED_REG_R9B
,
140
XED_REG_R10B
,
141
XED_REG_R11B
,
142
XED_REG_R12B
,
143
XED_REG_R13B
,
144
XED_REG_R14B
,
145
XED_REG_R15B
,
146
XED_REG_AH
,
147
XED_REG_CH
,
148
XED_REG_DH
,
149
XED_REG_BH
,
150
XED_REG_ERROR
,
151
XED_REG_RIP
,
152
XED_REG_EIP
,
153
XED_REG_IP
,
154
XED_REG_K0
,
155
XED_REG_K1
,
156
XED_REG_K2
,
157
XED_REG_K3
,
158
XED_REG_K4
,
159
XED_REG_K5
,
160
XED_REG_K6
,
161
XED_REG_K7
,
162
XED_REG_MMX0
,
163
XED_REG_MMX1
,
164
XED_REG_MMX2
,
165
XED_REG_MMX3
,
166
XED_REG_MMX4
,
167
XED_REG_MMX5
,
168
XED_REG_MMX6
,
169
XED_REG_MMX7
,
170
XED_REG_MXCSR
,
171
XED_REG_STACKPUSH
,
172
XED_REG_STACKPOP
,
173
XED_REG_GDTR
,
174
XED_REG_LDTR
,
175
XED_REG_IDTR
,
176
XED_REG_TR
,
177
XED_REG_TSC
,
178
XED_REG_TSCAUX
,
179
XED_REG_MSRS
,
180
XED_REG_FSBASE
,
181
XED_REG_GSBASE
,
182
XED_REG_X87CONTROL
,
183
XED_REG_X87STATUS
,
184
XED_REG_X87TAG
,
185
XED_REG_X87PUSH
,
186
XED_REG_X87POP
,
187
XED_REG_X87POP2
,
188
XED_REG_X87OPCODE
,
189
XED_REG_X87LASTCS
,
190
XED_REG_X87LASTIP
,
191
XED_REG_X87LASTDS
,
192
XED_REG_X87LASTDP
,
193
XED_REG_CS
,
194
XED_REG_DS
,
195
XED_REG_ES
,
196
XED_REG_SS
,
197
XED_REG_FS
,
198
XED_REG_GS
,
199
XED_REG_TMP0
,
200
XED_REG_TMP1
,
201
XED_REG_TMP2
,
202
XED_REG_TMP3
,
203
XED_REG_TMP4
,
204
XED_REG_TMP5
,
205
XED_REG_TMP6
,
206
XED_REG_TMP7
,
207
XED_REG_TMP8
,
208
XED_REG_TMP9
,
209
XED_REG_TMP10
,
210
XED_REG_TMP11
,
211
XED_REG_TMP12
,
212
XED_REG_TMP13
,
213
XED_REG_TMP14
,
214
XED_REG_TMP15
,
215
XED_REG_ST0
,
216
XED_REG_ST1
,
217
XED_REG_ST2
,
218
XED_REG_ST3
,
219
XED_REG_ST4
,
220
XED_REG_ST5
,
221
XED_REG_ST6
,
222
XED_REG_ST7
,
223
XED_REG_XCR0
,
224
XED_REG_XMM0
,
225
XED_REG_XMM1
,
226
XED_REG_XMM2
,
227
XED_REG_XMM3
,
228
XED_REG_XMM4
,
229
XED_REG_XMM5
,
230
XED_REG_XMM6
,
231
XED_REG_XMM7
,
232
XED_REG_XMM8
,
233
XED_REG_XMM9
,
234
XED_REG_XMM10
,
235
XED_REG_XMM11
,
236
XED_REG_XMM12
,
237
XED_REG_XMM13
,
238
XED_REG_XMM14
,
239
XED_REG_XMM15
,
240
XED_REG_YMM0
,
241
XED_REG_YMM1
,
242
XED_REG_YMM2
,
243
XED_REG_YMM3
,
244
XED_REG_YMM4
,
245
XED_REG_YMM5
,
246
XED_REG_YMM6
,
247
XED_REG_YMM7
,
248
XED_REG_YMM8
,
249
XED_REG_YMM9
,
250
XED_REG_YMM10
,
251
XED_REG_YMM11
,
252
XED_REG_YMM12
,
253
XED_REG_YMM13
,
254
XED_REG_YMM14
,
255
XED_REG_YMM15
,
256
XED_REG_LAST
,
257
XED_REG_BNDCFG_FIRST
=
XED_REG_BNDCFGU
,
//< PSEUDO
258
XED_REG_BNDCFG_LAST
=
XED_REG_BNDCFGU
,
//<PSEUDO
259
XED_REG_BNDSTAT_FIRST
=
XED_REG_BNDSTATUS
,
//< PSEUDO
260
XED_REG_BNDSTAT_LAST
=
XED_REG_BNDSTATUS
,
//<PSEUDO
261
XED_REG_BOUND_FIRST
=
XED_REG_BND0
,
//< PSEUDO
262
XED_REG_BOUND_LAST
=
XED_REG_BND3
,
//<PSEUDO
263
XED_REG_CR_FIRST
=
XED_REG_CR0
,
//< PSEUDO
264
XED_REG_CR_LAST
=
XED_REG_CR15
,
//<PSEUDO
265
XED_REG_DR_FIRST
=
XED_REG_DR0
,
//< PSEUDO
266
XED_REG_DR_LAST
=
XED_REG_DR15
,
//<PSEUDO
267
XED_REG_FLAGS_FIRST
=
XED_REG_FLAGS
,
//< PSEUDO
268
XED_REG_FLAGS_LAST
=
XED_REG_RFLAGS
,
//<PSEUDO
269
XED_REG_GPR16_FIRST
=
XED_REG_AX
,
//< PSEUDO
270
XED_REG_GPR16_LAST
=
XED_REG_R15W
,
//<PSEUDO
271
XED_REG_GPR32_FIRST
=
XED_REG_EAX
,
//< PSEUDO
272
XED_REG_GPR32_LAST
=
XED_REG_R15D
,
//<PSEUDO
273
XED_REG_GPR64_FIRST
=
XED_REG_RAX
,
//< PSEUDO
274
XED_REG_GPR64_LAST
=
XED_REG_R15
,
//<PSEUDO
275
XED_REG_GPR8_FIRST
=
XED_REG_AL
,
//< PSEUDO
276
XED_REG_GPR8_LAST
=
XED_REG_R15B
,
//<PSEUDO
277
XED_REG_GPR8H_FIRST
=
XED_REG_AH
,
//< PSEUDO
278
XED_REG_GPR8H_LAST
=
XED_REG_BH
,
//<PSEUDO
279
XED_REG_INVALID_FIRST
=
XED_REG_INVALID
,
//< PSEUDO
280
XED_REG_INVALID_LAST
=
XED_REG_ERROR
,
//<PSEUDO
281
XED_REG_IP_FIRST
=
XED_REG_RIP
,
//< PSEUDO
282
XED_REG_IP_LAST
=
XED_REG_IP
,
//<PSEUDO
283
XED_REG_MASK_FIRST
=
XED_REG_K0
,
//< PSEUDO
284
XED_REG_MASK_LAST
=
XED_REG_K7
,
//<PSEUDO
285
XED_REG_MMX_FIRST
=
XED_REG_MMX0
,
//< PSEUDO
286
XED_REG_MMX_LAST
=
XED_REG_MMX7
,
//<PSEUDO
287
XED_REG_MXCSR_FIRST
=
XED_REG_MXCSR
,
//< PSEUDO
288
XED_REG_MXCSR_LAST
=
XED_REG_MXCSR
,
//<PSEUDO
289
XED_REG_PSEUDO_FIRST
=
XED_REG_STACKPUSH
,
//< PSEUDO
290
XED_REG_PSEUDO_LAST
=
XED_REG_GSBASE
,
//<PSEUDO
291
XED_REG_PSEUDOX87_FIRST
=
XED_REG_X87CONTROL
,
//< PSEUDO
292
XED_REG_PSEUDOX87_LAST
=
XED_REG_X87LASTDP
,
//<PSEUDO
293
XED_REG_SR_FIRST
=
XED_REG_CS
,
//< PSEUDO
294
XED_REG_SR_LAST
=
XED_REG_GS
,
//<PSEUDO
295
XED_REG_TMP_FIRST
=
XED_REG_TMP0
,
//< PSEUDO
296
XED_REG_TMP_LAST
=
XED_REG_TMP15
,
//<PSEUDO
297
XED_REG_X87_FIRST
=
XED_REG_ST0
,
//< PSEUDO
298
XED_REG_X87_LAST
=
XED_REG_ST7
,
//<PSEUDO
299
XED_REG_XCR_FIRST
=
XED_REG_XCR0
,
//< PSEUDO
300
XED_REG_XCR_LAST
=
XED_REG_XCR0
,
//<PSEUDO
301
XED_REG_XMM_FIRST
=
XED_REG_XMM0
,
//< PSEUDO
302
XED_REG_XMM_LAST
=
XED_REG_XMM15
,
//<PSEUDO
303
XED_REG_YMM_FIRST
=
XED_REG_YMM0
,
//< PSEUDO
304
XED_REG_YMM_LAST
=
XED_REG_YMM15
//<PSEUDO
305
}
xed_reg_enum_t
;
306
311
XED_DLL_EXPORT
xed_reg_enum_t
str2xed_reg_enum_t
(
const
char
* s);
316
XED_DLL_EXPORT
const
char
*
xed_reg_enum_t2str
(
const
xed_reg_enum_t
p);
317
321
XED_DLL_EXPORT
xed_reg_enum_t
xed_reg_enum_t_last
(
void
);
322
#endif
XED_REG_CR9
Definition:
xed-reg-enum.h:56
XED_REG_K6
Definition:
xed-reg-enum.h:160
XED_REG_BOUND_FIRST
Definition:
xed-reg-enum.h:261
XED_REG_DH
Definition:
xed-reg-enum.h:148
XED_REG_BNDCFG_LAST
Definition:
xed-reg-enum.h:258
XED_REG_FLAGS_FIRST
Definition:
xed-reg-enum.h:267
XED_REG_XMM0
Definition:
xed-reg-enum.h:224
XED_REG_R12W
Definition:
xed-reg-enum.h:94
XED_REG_R9B
Definition:
xed-reg-enum.h:139
XED_REG_YMM8
Definition:
xed-reg-enum.h:248
XED_REG_EIP
Definition:
xed-reg-enum.h:152
XED_REG_SR_FIRST
Definition:
xed-reg-enum.h:293
XED_REG_TSCAUX
Definition:
xed-reg-enum.h:178
XED_REG_ST1
Definition:
xed-reg-enum.h:216
XED_REG_ES
Definition:
xed-reg-enum.h:195
XED_REG_ST7
Definition:
xed-reg-enum.h:222
XED_REG_GPR8H_FIRST
Definition:
xed-reg-enum.h:277
XED_REG_R9
Definition:
xed-reg-enum.h:123
XED_REG_TR
Definition:
xed-reg-enum.h:176
XED_REG_CR1
Definition:
xed-reg-enum.h:48
XED_REG_ST0
Definition:
xed-reg-enum.h:215
XED_REG_DX
Definition:
xed-reg-enum.h:84
XED_REG_SI
Definition:
xed-reg-enum.h:88
XED_REG_R10
Definition:
xed-reg-enum.h:124
XED_REG_R10B
Definition:
xed-reg-enum.h:140
XED_REG_XMM_LAST
Definition:
xed-reg-enum.h:302
XED_REG_CR15
Definition:
xed-reg-enum.h:62
XED_REG_GPR64_LAST
Definition:
xed-reg-enum.h:274
XED_REG_INVALID_LAST
Definition:
xed-reg-enum.h:280
XED_REG_R13W
Definition:
xed-reg-enum.h:95
XED_REG_MSRS
Definition:
xed-reg-enum.h:179
XED_REG_ERROR
Definition:
xed-reg-enum.h:150
XED_REG_K5
Definition:
xed-reg-enum.h:159
XED_REG_X87_LAST
Definition:
xed-reg-enum.h:298
XED_REG_MMX0
Definition:
xed-reg-enum.h:162
XED_REG_EFLAGS
Definition:
xed-reg-enum.h:80
XED_REG_DR15
Definition:
xed-reg-enum.h:78
XED_REG_R12B
Definition:
xed-reg-enum.h:142
XED_REG_ST3
Definition:
xed-reg-enum.h:218
XED_REG_XMM1
Definition:
xed-reg-enum.h:225
XED_REG_DR_LAST
Definition:
xed-reg-enum.h:266
XED_REG_CS
Definition:
xed-reg-enum.h:193
XED_REG_DR11
Definition:
xed-reg-enum.h:74
XED_REG_CR12
Definition:
xed-reg-enum.h:59
XED_REG_MXCSR_FIRST
Definition:
xed-reg-enum.h:287
XED_REG_DR6
Definition:
xed-reg-enum.h:69
XED_REG_IP_LAST
Definition:
xed-reg-enum.h:282
XED_REG_MMX_FIRST
Definition:
xed-reg-enum.h:285
XED_REG_DR0
Definition:
xed-reg-enum.h:63
XED_REG_FS
Definition:
xed-reg-enum.h:197
XED_REG_PSEUDOX87_FIRST
Definition:
xed-reg-enum.h:291
XED_REG_MMX4
Definition:
xed-reg-enum.h:166
XED_REG_CR2
Definition:
xed-reg-enum.h:49
XED_REG_R13
Definition:
xed-reg-enum.h:127
XED_REG_YMM15
Definition:
xed-reg-enum.h:255
XED_REG_X87PUSH
Definition:
xed-reg-enum.h:185
XED_REG_ECX
Definition:
xed-reg-enum.h:99
XED_REG_K4
Definition:
xed-reg-enum.h:158
XED_REG_TMP5
Definition:
xed-reg-enum.h:204
XED_REG_CX
Definition:
xed-reg-enum.h:83
XED_REG_R13D
Definition:
xed-reg-enum.h:111
XED_REG_YMM0
Definition:
xed-reg-enum.h:240
XED_REG_R15
Definition:
xed-reg-enum.h:129
xed_reg_enum_t_last
XED_DLL_EXPORT xed_reg_enum_t xed_reg_enum_t_last(void)
Returns the last element of the enumeration.
XED_REG_LDTR
Definition:
xed-reg-enum.h:174
XED_REG_EDX
Definition:
xed-reg-enum.h:100
XED_REG_XMM9
Definition:
xed-reg-enum.h:233
XED_REG_INVALID_FIRST
Definition:
xed-reg-enum.h:279
XED_REG_SPL
Definition:
xed-reg-enum.h:134
XED_REG_DR10
Definition:
xed-reg-enum.h:73
XED_REG_RBX
Definition:
xed-reg-enum.h:117
XED_REG_BND0
Definition:
xed-reg-enum.h:43
XED_REG_ST4
Definition:
xed-reg-enum.h:219
XED_REG_MXCSR_LAST
Definition:
xed-reg-enum.h:288
XED_REG_DR14
Definition:
xed-reg-enum.h:77
XED_REG_K2
Definition:
xed-reg-enum.h:156
XED_REG_PSEUDO_LAST
Definition:
xed-reg-enum.h:290
XED_REG_EBP
Definition:
xed-reg-enum.h:103
XED_REG_CR_LAST
Definition:
xed-reg-enum.h:264
XED_REG_MMX_LAST
Definition:
xed-reg-enum.h:286
XED_REG_GSBASE
Definition:
xed-reg-enum.h:181
XED_REG_GDTR
Definition:
xed-reg-enum.h:173
XED_REG_TMP2
Definition:
xed-reg-enum.h:201
xed_reg_enum_t2str
XED_DLL_EXPORT const char * xed_reg_enum_t2str(const xed_reg_enum_t p)
This converts strings to xed_reg_enum_t types.
XED_REG_YMM12
Definition:
xed-reg-enum.h:252
XED_REG_EDI
Definition:
xed-reg-enum.h:105
XED_REG_CR14
Definition:
xed-reg-enum.h:61
XED_REG_R8
Definition:
xed-reg-enum.h:122
XED_REG_STACKPUSH
Definition:
xed-reg-enum.h:171
XED_REG_DR5
Definition:
xed-reg-enum.h:68
XED_REG_DR3
Definition:
xed-reg-enum.h:66
XED_REG_CR7
Definition:
xed-reg-enum.h:54
XED_REG_DR9
Definition:
xed-reg-enum.h:72
XED_REG_YMM14
Definition:
xed-reg-enum.h:254
XED_REG_TMP11
Definition:
xed-reg-enum.h:210
XED_REG_AX
Definition:
xed-reg-enum.h:82
XED_REG_MXCSR
Definition:
xed-reg-enum.h:170
XED_REG_SR_LAST
Definition:
xed-reg-enum.h:294
XED_REG_CR3
Definition:
xed-reg-enum.h:50
XED_REG_RIP
Definition:
xed-reg-enum.h:151
XED_REG_TMP12
Definition:
xed-reg-enum.h:211
XED_REG_CL
Definition:
xed-reg-enum.h:131
XED_REG_XMM12
Definition:
xed-reg-enum.h:236
XED_REG_BND1
Definition:
xed-reg-enum.h:44
XED_REG_X87TAG
Definition:
xed-reg-enum.h:184
XED_REG_X87LASTDP
Definition:
xed-reg-enum.h:192
XED_REG_R14W
Definition:
xed-reg-enum.h:96
XED_REG_CR4
Definition:
xed-reg-enum.h:51
XED_REG_IP_FIRST
Definition:
xed-reg-enum.h:281
XED_REG_YMM7
Definition:
xed-reg-enum.h:247
XED_REG_INVALID
Definition:
xed-reg-enum.h:40
XED_REG_GPR32_FIRST
Definition:
xed-reg-enum.h:271
XED_REG_BX
Definition:
xed-reg-enum.h:85
XED_REG_R13B
Definition:
xed-reg-enum.h:143
XED_REG_ST5
Definition:
xed-reg-enum.h:220
XED_REG_DS
Definition:
xed-reg-enum.h:194
XED_REG_PSEUDOX87_LAST
Definition:
xed-reg-enum.h:292
XED_REG_R11D
Definition:
xed-reg-enum.h:109
XED_REG_BNDSTAT_FIRST
Definition:
xed-reg-enum.h:259
XED_REG_FSBASE
Definition:
xed-reg-enum.h:180
XED_REG_X87STATUS
Definition:
xed-reg-enum.h:183
XED_REG_GPR16_FIRST
Definition:
xed-reg-enum.h:269
XED_REG_CR8
Definition:
xed-reg-enum.h:55
XED_REG_CR10
Definition:
xed-reg-enum.h:57
XED_REG_YMM10
Definition:
xed-reg-enum.h:250
XED_REG_XMM2
Definition:
xed-reg-enum.h:226
xed_reg_enum_t
xed_reg_enum_t
Definition:
xed-reg-enum.h:39
XED_REG_XMM10
Definition:
xed-reg-enum.h:234
XED_REG_XCR_FIRST
Definition:
xed-reg-enum.h:299
XED_REG_R12D
Definition:
xed-reg-enum.h:110
XED_REG_YMM_LAST
Definition:
xed-reg-enum.h:304
XED_REG_K1
Definition:
xed-reg-enum.h:155
XED_REG_LAST
Definition:
xed-reg-enum.h:256
XED_REG_R14
Definition:
xed-reg-enum.h:128
XED_REG_BPL
Definition:
xed-reg-enum.h:135
XED_REG_YMM11
Definition:
xed-reg-enum.h:251
XED_REG_ESP
Definition:
xed-reg-enum.h:102
XED_REG_MMX7
Definition:
xed-reg-enum.h:169
XED_REG_TMP4
Definition:
xed-reg-enum.h:203
XED_REG_RDI
Definition:
xed-reg-enum.h:121
XED_REG_DI
Definition:
xed-reg-enum.h:89
XED_REG_MMX6
Definition:
xed-reg-enum.h:168
XED_REG_R8W
Definition:
xed-reg-enum.h:90
XED_REG_TMP6
Definition:
xed-reg-enum.h:205
XED_REG_TMP10
Definition:
xed-reg-enum.h:209
XED_REG_DIL
Definition:
xed-reg-enum.h:137
XED_REG_R9W
Definition:
xed-reg-enum.h:91
XED_REG_FLAGS
Definition:
xed-reg-enum.h:79
XED_REG_PSEUDO_FIRST
Definition:
xed-reg-enum.h:289
XED_REG_R14D
Definition:
xed-reg-enum.h:112
XED_REG_XMM4
Definition:
xed-reg-enum.h:228
XED_REG_RAX
Definition:
xed-reg-enum.h:114
XED_REG_R15D
Definition:
xed-reg-enum.h:113
XED_REG_XMM5
Definition:
xed-reg-enum.h:229
XED_REG_RCX
Definition:
xed-reg-enum.h:115
XED_REG_XMM14
Definition:
xed-reg-enum.h:238
XED_REG_CR5
Definition:
xed-reg-enum.h:52
XED_REG_TMP14
Definition:
xed-reg-enum.h:213
XED_REG_YMM_FIRST
Definition:
xed-reg-enum.h:303
XED_REG_GPR16_LAST
Definition:
xed-reg-enum.h:270
XED_REG_CR_FIRST
Definition:
xed-reg-enum.h:263
XED_REG_IDTR
Definition:
xed-reg-enum.h:175
XED_REG_BNDSTATUS
Definition:
xed-reg-enum.h:42
XED_REG_IP
Definition:
xed-reg-enum.h:153
XED_REG_BL
Definition:
xed-reg-enum.h:133
XED_REG_X87LASTIP
Definition:
xed-reg-enum.h:190
XED_REG_TMP9
Definition:
xed-reg-enum.h:208
XED_REG_GPR64_FIRST
Definition:
xed-reg-enum.h:273
XED_REG_YMM9
Definition:
xed-reg-enum.h:249
XED_REG_BP
Definition:
xed-reg-enum.h:87
XED_REG_MMX1
Definition:
xed-reg-enum.h:163
XED_REG_SS
Definition:
xed-reg-enum.h:196
XED_REG_MMX3
Definition:
xed-reg-enum.h:165
XED_REG_TMP13
Definition:
xed-reg-enum.h:212
XED_REG_X87OPCODE
Definition:
xed-reg-enum.h:188
XED_REG_YMM6
Definition:
xed-reg-enum.h:246
XED_REG_BND3
Definition:
xed-reg-enum.h:46
XED_REG_R8D
Definition:
xed-reg-enum.h:106
XED_REG_DR_FIRST
Definition:
xed-reg-enum.h:265
XED_REG_CH
Definition:
xed-reg-enum.h:147
XED_REG_X87CONTROL
Definition:
xed-reg-enum.h:182
XED_REG_FLAGS_LAST
Definition:
xed-reg-enum.h:268
XED_REG_CR6
Definition:
xed-reg-enum.h:53
XED_REG_STACKPOP
Definition:
xed-reg-enum.h:172
XED_REG_MMX2
Definition:
xed-reg-enum.h:164
XED_REG_XMM3
Definition:
xed-reg-enum.h:227
XED_REG_K3
Definition:
xed-reg-enum.h:157
XED_REG_YMM1
Definition:
xed-reg-enum.h:241
XED_REG_DR12
Definition:
xed-reg-enum.h:75
XED_REG_CR13
Definition:
xed-reg-enum.h:60
XED_REG_BND2
Definition:
xed-reg-enum.h:45
XED_REG_R10W
Definition:
xed-reg-enum.h:92
XED_REG_RDX
Definition:
xed-reg-enum.h:116
XED_REG_X87_FIRST
Definition:
xed-reg-enum.h:297
XED_REG_ST6
Definition:
xed-reg-enum.h:221
XED_REG_DR7
Definition:
xed-reg-enum.h:70
XED_REG_K0
Definition:
xed-reg-enum.h:154
XED_REG_R8B
Definition:
xed-reg-enum.h:138
XED_REG_X87LASTCS
Definition:
xed-reg-enum.h:189
XED_REG_XMM8
Definition:
xed-reg-enum.h:232
XED_REG_RSI
Definition:
xed-reg-enum.h:120
XED_REG_XCR_LAST
Definition:
xed-reg-enum.h:300
XED_REG_MASK_FIRST
Definition:
xed-reg-enum.h:283
XED_REG_RBP
Definition:
xed-reg-enum.h:119
XED_REG_BNDSTAT_LAST
Definition:
xed-reg-enum.h:260
XED_REG_GPR8_FIRST
Definition:
xed-reg-enum.h:275
XED_REG_YMM2
Definition:
xed-reg-enum.h:242
XED_REG_XCR0
Definition:
xed-reg-enum.h:223
XED_REG_TMP15
Definition:
xed-reg-enum.h:214
XED_REG_YMM13
Definition:
xed-reg-enum.h:253
XED_REG_R11B
Definition:
xed-reg-enum.h:141
XED_REG_X87LASTDS
Definition:
xed-reg-enum.h:191
XED_REG_RSP
Definition:
xed-reg-enum.h:118
XED_REG_MASK_LAST
Definition:
xed-reg-enum.h:284
XED_REG_R11W
Definition:
xed-reg-enum.h:93
XED_REG_TMP0
Definition:
xed-reg-enum.h:199
XED_REG_X87POP
Definition:
xed-reg-enum.h:186
XED_REG_BNDCFG_FIRST
Definition:
xed-reg-enum.h:257
XED_REG_K7
Definition:
xed-reg-enum.h:161
XED_REG_R9D
Definition:
xed-reg-enum.h:107
XED_REG_R15W
Definition:
xed-reg-enum.h:97
XED_REG_DL
Definition:
xed-reg-enum.h:132
XED_REG_BOUND_LAST
Definition:
xed-reg-enum.h:262
XED_REG_R14B
Definition:
xed-reg-enum.h:144
XED_REG_YMM3
Definition:
xed-reg-enum.h:243
XED_REG_TMP3
Definition:
xed-reg-enum.h:202
XED_REG_DR8
Definition:
xed-reg-enum.h:71
XED_REG_DR4
Definition:
xed-reg-enum.h:67
XED_REG_DR2
Definition:
xed-reg-enum.h:65
XED_REG_YMM5
Definition:
xed-reg-enum.h:245
XED_REG_R10D
Definition:
xed-reg-enum.h:108
XED_REG_GPR8H_LAST
Definition:
xed-reg-enum.h:278
XED_REG_XMM6
Definition:
xed-reg-enum.h:230
XED_REG_RFLAGS
Definition:
xed-reg-enum.h:81
XED_REG_MMX5
Definition:
xed-reg-enum.h:167
XED_REG_DR1
Definition:
xed-reg-enum.h:64
XED_REG_XMM_FIRST
Definition:
xed-reg-enum.h:301
XED_REG_ESI
Definition:
xed-reg-enum.h:104
XED_REG_AL
Definition:
xed-reg-enum.h:130
XED_REG_CR11
Definition:
xed-reg-enum.h:58
XED_REG_GPR32_LAST
Definition:
xed-reg-enum.h:272
XED_REG_EAX
Definition:
xed-reg-enum.h:98
str2xed_reg_enum_t
XED_DLL_EXPORT xed_reg_enum_t str2xed_reg_enum_t(const char *s)
This converts strings to xed_reg_enum_t types.
XED_REG_R11
Definition:
xed-reg-enum.h:125
XED_REG_R12
Definition:
xed-reg-enum.h:126
XED_REG_R15B
Definition:
xed-reg-enum.h:145
XED_REG_EBX
Definition:
xed-reg-enum.h:101
XED_REG_AH
Definition:
xed-reg-enum.h:146
XED_REG_XMM11
Definition:
xed-reg-enum.h:235
XED_REG_GPR8_LAST
Definition:
xed-reg-enum.h:276
XED_REG_TMP7
Definition:
xed-reg-enum.h:206
XED_REG_X87POP2
Definition:
xed-reg-enum.h:187
XED_REG_YMM4
Definition:
xed-reg-enum.h:244
XED_REG_TMP8
Definition:
xed-reg-enum.h:207
xed-common-hdrs.h
XED_REG_XMM15
Definition:
xed-reg-enum.h:239
XED_REG_BNDCFGU
Definition:
xed-reg-enum.h:41
XED_REG_SP
Definition:
xed-reg-enum.h:86
XED_REG_DR13
Definition:
xed-reg-enum.h:76
XED_DLL_EXPORT
#define XED_DLL_EXPORT
Definition:
xed-common-hdrs.h:78
XED_REG_GS
Definition:
xed-reg-enum.h:198
XED_REG_XMM7
Definition:
xed-reg-enum.h:231
XED_REG_CR0
Definition:
xed-reg-enum.h:47
XED_REG_SIL
Definition:
xed-reg-enum.h:136
XED_REG_TMP1
Definition:
xed-reg-enum.h:200
XED_REG_TMP_LAST
Definition:
xed-reg-enum.h:296
XED_REG_ST2
Definition:
xed-reg-enum.h:217
XED_REG_XMM13
Definition:
xed-reg-enum.h:237
XED_REG_BH
Definition:
xed-reg-enum.h:149
XED_REG_TMP_FIRST
Definition:
xed-reg-enum.h:295
XED_REG_TSC
Definition:
xed-reg-enum.h:177
xed2-kit
include
xed-reg-enum.h
Generated on Tue Aug 12 2014 02:03:25 for XED by
1.8.7