You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
/// @file xed-gen-table-defs.h
|
|
|
|
// This file was automatically generated.
|
|
// Do not edit this file.
|
|
|
|
#if !defined(XED_GEN_TABLE_DEFS_H)
|
|
# define XED_GEN_TABLE_DEFS_H
|
|
/*BEGIN_LEGAL
|
|
|
|
Copyright (c) 2021 Intel Corporation
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|
|
END_LEGAL */
|
|
#define XED_ICLASS_NAME_STR_MAX 142
|
|
#define XED_MAX_ATTRIBUTE_COUNT 93
|
|
#define XED_MAX_INST_TABLE_NODES 7614
|
|
#define XED_MAX_OPERAND_TABLE_NODES 1502
|
|
#define XED_MAX_OPERAND_SEQUENCES 8974
|
|
#define XED_MAX_REQUIRED_SIMPLE_FLAGS_ENTRIES 99
|
|
#define XED_MAX_REQUIRED_COMPLEX_FLAGS_ENTRIES 37
|
|
#define XED_MAX_GLOBAL_FLAG_ACTIONS 472
|
|
#define XED_MAX_IFORMS_PER_ICLASS 28
|
|
#define XED_MAX_REQUIRED_ATTRIBUTES 205
|
|
#define XED_MAX_CONVERT_PATTERNS 5
|
|
#define XED_MAX_DECORATIONS_PER_OPERAND 3
|
|
#define XED_MAX_MAP_VEX 3
|
|
#define XED_MAX_MAP_EVEX 6
|
|
#endif
|