XED
Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
xed-category-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_CATEGORY_ENUM_H_)
37
# define _XED_CATEGORY_ENUM_H_
38
#include "
xed-common-hdrs.h
"
39
typedef
enum
{
40
XED_CATEGORY_INVALID
,
41
XED_CATEGORY_3DNOW
,
42
XED_CATEGORY_AES
,
43
XED_CATEGORY_AVX
,
44
XED_CATEGORY_AVX2
,
45
XED_CATEGORY_AVX2GATHER
,
46
XED_CATEGORY_BDW
,
47
XED_CATEGORY_BINARY
,
48
XED_CATEGORY_BITBYTE
,
49
XED_CATEGORY_BMI1
,
50
XED_CATEGORY_BMI2
,
51
XED_CATEGORY_BROADCAST
,
52
XED_CATEGORY_CALL
,
53
XED_CATEGORY_CLFLUSHOPT
,
54
XED_CATEGORY_CMOV
,
55
XED_CATEGORY_COND_BR
,
56
XED_CATEGORY_CONVERT
,
57
XED_CATEGORY_DATAXFER
,
58
XED_CATEGORY_DECIMAL
,
59
XED_CATEGORY_FCMOV
,
60
XED_CATEGORY_FLAGOP
,
61
XED_CATEGORY_FMA4
,
62
XED_CATEGORY_INTERRUPT
,
63
XED_CATEGORY_IO
,
64
XED_CATEGORY_IOSTRINGOP
,
65
XED_CATEGORY_LOGICAL
,
66
XED_CATEGORY_LOGICAL_FP
,
67
XED_CATEGORY_LZCNT
,
68
XED_CATEGORY_MISC
,
69
XED_CATEGORY_MMX
,
70
XED_CATEGORY_MPX
,
71
XED_CATEGORY_NOP
,
72
XED_CATEGORY_PCLMULQDQ
,
73
XED_CATEGORY_POP
,
74
XED_CATEGORY_PREFETCH
,
75
XED_CATEGORY_PUSH
,
76
XED_CATEGORY_RDRAND
,
77
XED_CATEGORY_RDSEED
,
78
XED_CATEGORY_RDWRFSGS
,
79
XED_CATEGORY_RET
,
80
XED_CATEGORY_ROTATE
,
81
XED_CATEGORY_SEGOP
,
82
XED_CATEGORY_SEMAPHORE
,
83
XED_CATEGORY_SGX
,
84
XED_CATEGORY_SHA
,
85
XED_CATEGORY_SHIFT
,
86
XED_CATEGORY_SMAP
,
87
XED_CATEGORY_SSE
,
88
XED_CATEGORY_STRINGOP
,
89
XED_CATEGORY_STTNI
,
90
XED_CATEGORY_SYSCALL
,
91
XED_CATEGORY_SYSRET
,
92
XED_CATEGORY_SYSTEM
,
93
XED_CATEGORY_TBM
,
94
XED_CATEGORY_UNCOND_BR
,
95
XED_CATEGORY_VFMA
,
96
XED_CATEGORY_VTX
,
97
XED_CATEGORY_WIDENOP
,
98
XED_CATEGORY_X87_ALU
,
99
XED_CATEGORY_XOP
,
100
XED_CATEGORY_XSAVE
,
101
XED_CATEGORY_XSAVEOPT
,
102
XED_CATEGORY_LAST
103
}
xed_category_enum_t
;
104
109
XED_DLL_EXPORT
xed_category_enum_t
str2xed_category_enum_t
(
const
char
* s);
114
XED_DLL_EXPORT
const
char
*
xed_category_enum_t2str
(
const
xed_category_enum_t
p);
115
119
XED_DLL_EXPORT
xed_category_enum_t
xed_category_enum_t_last
(
void
);
120
#endif
XED_CATEGORY_IO
Definition:
xed-category-enum.h:63
XED_CATEGORY_AVX2GATHER
Definition:
xed-category-enum.h:45
XED_CATEGORY_BMI2
Definition:
xed-category-enum.h:50
XED_CATEGORY_VTX
Definition:
xed-category-enum.h:96
XED_CATEGORY_FMA4
Definition:
xed-category-enum.h:61
XED_CATEGORY_SYSRET
Definition:
xed-category-enum.h:91
XED_CATEGORY_RDSEED
Definition:
xed-category-enum.h:77
str2xed_category_enum_t
XED_DLL_EXPORT xed_category_enum_t str2xed_category_enum_t(const char *s)
This converts strings to xed_category_enum_t types.
XED_CATEGORY_VFMA
Definition:
xed-category-enum.h:95
XED_CATEGORY_TBM
Definition:
xed-category-enum.h:93
XED_CATEGORY_BDW
Definition:
xed-category-enum.h:46
XED_CATEGORY_BINARY
Definition:
xed-category-enum.h:47
XED_CATEGORY_SEGOP
Definition:
xed-category-enum.h:81
XED_CATEGORY_MISC
Definition:
xed-category-enum.h:68
XED_CATEGORY_COND_BR
Definition:
xed-category-enum.h:55
XED_CATEGORY_LZCNT
Definition:
xed-category-enum.h:67
XED_CATEGORY_MMX
Definition:
xed-category-enum.h:69
XED_CATEGORY_SSE
Definition:
xed-category-enum.h:87
XED_CATEGORY_CONVERT
Definition:
xed-category-enum.h:56
XED_CATEGORY_PUSH
Definition:
xed-category-enum.h:75
XED_CATEGORY_FCMOV
Definition:
xed-category-enum.h:59
XED_CATEGORY_NOP
Definition:
xed-category-enum.h:71
XED_CATEGORY_WIDENOP
Definition:
xed-category-enum.h:97
XED_CATEGORY_STTNI
Definition:
xed-category-enum.h:89
xed_category_enum_t_last
XED_DLL_EXPORT xed_category_enum_t xed_category_enum_t_last(void)
Returns the last element of the enumeration.
XED_CATEGORY_SYSTEM
Definition:
xed-category-enum.h:92
XED_CATEGORY_CALL
Definition:
xed-category-enum.h:52
XED_CATEGORY_POP
Definition:
xed-category-enum.h:73
XED_CATEGORY_SGX
Definition:
xed-category-enum.h:83
XED_CATEGORY_LAST
Definition:
xed-category-enum.h:102
XED_CATEGORY_AVX
Definition:
xed-category-enum.h:43
XED_CATEGORY_AES
Definition:
xed-category-enum.h:42
XED_CATEGORY_BMI1
Definition:
xed-category-enum.h:49
xed_category_enum_t2str
XED_DLL_EXPORT const char * xed_category_enum_t2str(const xed_category_enum_t p)
This converts strings to xed_category_enum_t types.
XED_CATEGORY_RDRAND
Definition:
xed-category-enum.h:76
XED_CATEGORY_INTERRUPT
Definition:
xed-category-enum.h:62
XED_CATEGORY_BITBYTE
Definition:
xed-category-enum.h:48
XED_CATEGORY_LOGICAL
Definition:
xed-category-enum.h:65
XED_CATEGORY_AVX2
Definition:
xed-category-enum.h:44
XED_CATEGORY_STRINGOP
Definition:
xed-category-enum.h:88
XED_CATEGORY_PCLMULQDQ
Definition:
xed-category-enum.h:72
XED_CATEGORY_RET
Definition:
xed-category-enum.h:79
xed_category_enum_t
xed_category_enum_t
Definition:
xed-category-enum.h:39
XED_CATEGORY_UNCOND_BR
Definition:
xed-category-enum.h:94
XED_CATEGORY_SHA
Definition:
xed-category-enum.h:84
XED_CATEGORY_MPX
Definition:
xed-category-enum.h:70
XED_CATEGORY_SHIFT
Definition:
xed-category-enum.h:85
XED_CATEGORY_DECIMAL
Definition:
xed-category-enum.h:58
XED_CATEGORY_IOSTRINGOP
Definition:
xed-category-enum.h:64
XED_CATEGORY_LOGICAL_FP
Definition:
xed-category-enum.h:66
XED_CATEGORY_PREFETCH
Definition:
xed-category-enum.h:74
XED_CATEGORY_SYSCALL
Definition:
xed-category-enum.h:90
XED_CATEGORY_DATAXFER
Definition:
xed-category-enum.h:57
XED_CATEGORY_SEMAPHORE
Definition:
xed-category-enum.h:82
XED_CATEGORY_INVALID
Definition:
xed-category-enum.h:40
XED_CATEGORY_CLFLUSHOPT
Definition:
xed-category-enum.h:53
XED_CATEGORY_XSAVEOPT
Definition:
xed-category-enum.h:101
XED_CATEGORY_3DNOW
Definition:
xed-category-enum.h:41
XED_CATEGORY_X87_ALU
Definition:
xed-category-enum.h:98
XED_CATEGORY_BROADCAST
Definition:
xed-category-enum.h:51
XED_CATEGORY_RDWRFSGS
Definition:
xed-category-enum.h:78
XED_CATEGORY_ROTATE
Definition:
xed-category-enum.h:80
XED_CATEGORY_XOP
Definition:
xed-category-enum.h:99
XED_CATEGORY_SMAP
Definition:
xed-category-enum.h:86
xed-common-hdrs.h
XED_CATEGORY_FLAGOP
Definition:
xed-category-enum.h:60
XED_DLL_EXPORT
#define XED_DLL_EXPORT
Definition:
xed-common-hdrs.h:78
XED_CATEGORY_XSAVE
Definition:
xed-category-enum.h:100
XED_CATEGORY_CMOV
Definition:
xed-category-enum.h:54
xed2-kit
include
xed-category-enum.h
Generated on Tue Aug 12 2014 02:02:50 for XED by
1.8.7