1 /// @file xed-gen-table-defs.h
2 
3 // This file was automatically generated.
4 // Do not edit this file.
5 
6 #if !defined(XED_GEN_TABLE_DEFS_H)
7 # define XED_GEN_TABLE_DEFS_H
8 /*BEGIN_LEGAL
9 
10 Copyright (c) 2018 Intel Corporation
11 
12   Licensed under the Apache License, Version 2.0 (the "License");
13   you may not use this file except in compliance with the License.
14   You may obtain a copy of the License at
15 
16       http://www.apache.org/licenses/LICENSE-2.0
17 
18   Unless required by applicable law or agreed to in writing, software
19   distributed under the License is distributed on an "AS IS" BASIS,
20   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21   See the License for the specific language governing permissions and
22   limitations under the License.
23 
24 END_LEGAL */
25 #define XED_ICLASS_NAME_STR_MAX 110
26 #define XED_MAX_ATTRIBUTE_COUNT 88
27 #define XED_MAX_INST_TABLE_NODES 6780
28 #define XED_MAX_OPERAND_TABLE_NODES 1369
29 #define XED_MAX_OPERAND_SEQUENCES 8028
30 #define XED_MAX_REQUIRED_SIMPLE_FLAGS_ENTRIES 98
31 #define XED_MAX_REQUIRED_COMPLEX_FLAGS_ENTRIES 37
32 #define XED_MAX_GLOBAL_FLAG_ACTIONS 446
33 #define XED_MAX_IFORMS_PER_ICLASS 28
34 #define XED_MAX_REQUIRED_ATTRIBUTES 188
35 #define XED_MAX_CONVERT_PATTERNS 5
36 #define XED_MAX_DECORATIONS_PER_OPERAND 3
37 #endif
38