1 /*========================== begin_copyright_notice ============================
2 
3 Copyright (C) 2017-2021 Intel Corporation
4 
5 SPDX-License-Identifier: MIT
6 
7 ============================= end_copyright_notice ===========================*/
8 
9 /*
10  * !!! DO NOT EDIT THIS FILE !!!
11  *
12  * This file was automagically crafted by GED's model parser.
13  */
14 
15 
16 #ifndef GED_MODEL_XE_HPC_A_H
17 #define GED_MODEL_XE_HPC_A_H
18 
19 #include "common/ged_ins_decoding_table.h"
20 #include "common/ged_compact_mapping_table.h"
21 
22 namespace GED_MODEL_NS_XE_HPC_A
23 {
24 
25 /*!
26  * This table maps every possible opcode value (even for non-existing opcodes) to its respective top level decoding, encoding
27  * restrictions and mapping tables (where applicable). Tables that are not supported in this model (either no compaction, or opcodes
28  * which are not supported at all) are mapped to NULL pointers.
29  */
30 extern OpcodeTables Opcodes[128];
31 } // namespace GED_MODEL_NS_XE_HPC_A
32 #endif // GED_MODEL_XE_HPC_A_H
33