1 /// @file xed-encoder-iforms.h
2 
3 // This file was automatically generated.
4 // Do not edit this file.
5 
6 #if !defined(XED_ENCODER_IFORMS_H)
7 # define XED_ENCODER_IFORMS_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 #include "xed-types.h"
26 typedef struct xed_encoder_iforms_s {
27     xed_uint32_t x_MEMDISPv;
28     xed_uint32_t x_SIBBASE_ENCODE_SIB1;
29     xed_uint32_t x_VEX_MAP_ENC;
30     xed_uint32_t x_SIB_NT;
31     xed_uint32_t x_UIMM8_1;
32     xed_uint32_t x_SIBBASE_ENCODE;
33     xed_uint32_t x_VEX_ESCVL_ENC;
34     xed_uint32_t x_PREFIX_ENC;
35     xed_uint32_t x_VEXED_REX;
36     xed_uint32_t x_REMOVE_SEGMENT;
37     xed_uint32_t x_VSIB_ENC;
38     xed_uint32_t x_EVEX_REXB_ENC;
39     xed_uint32_t x_MODRM_RM_ENCODE_EA64_SIB0;
40     xed_uint32_t x_VEX_REXXB_ENC;
41     xed_uint32_t x_EVEX_REXRR_ENC;
42     xed_uint32_t x_AVX512_EVEX_BYTE3_ENC;
43     xed_uint32_t x_EVEX_REXW_VVVV_ENC;
44     xed_uint32_t x_VEX_REG_ENC;
45     xed_uint32_t x_SIMM8;
46     xed_uint32_t x_XOP_MAP_ENC;
47     xed_uint32_t x_MODRM_RM_ENCODE_EA32_SIB0;
48     xed_uint32_t x_UIMM8;
49     xed_uint32_t x_MODRM_RM_ENCODE_EA16_SIB0;
50     xed_uint32_t x_XOP_REXXB_ENC;
51     xed_uint32_t x_EVEX_MAP_ENC;
52     xed_uint32_t x_MEMDISP8;
53     xed_uint32_t x_MODRM_RM_ENCODE;
54     xed_uint32_t x_REX_PREFIX_ENC;
55     xed_uint32_t x_UIMM16;
56     xed_uint32_t x_VEX_TYPE_ENC;
57     xed_uint32_t x_EVEX_UPP_ENC;
58     xed_uint32_t x_VEX_REXR_ENC;
59     xed_uint32_t x_BRDISP32;
60     xed_uint32_t x_MEMDISP32;
61     xed_uint32_t x_MEMDISP16;
62     xed_uint32_t x_SIBINDEX_ENCODE;
63     xed_uint32_t x_SE_IMM8;
64     xed_uint32_t x_UIMM32;
65     xed_uint32_t x_SIMMz;
66     xed_uint32_t x_UIMMv;
67     xed_uint32_t x_EVEX_62_REXR_ENC;
68     xed_uint32_t x_DISP_NT;
69     xed_uint32_t x_MODRM_MOD_ENCODE;
70     xed_uint32_t x_MEMDISP;
71     xed_uint32_t x_VSIB_ENC_BASE;
72     xed_uint32_t x_BRDISP8;
73     xed_uint32_t x_BRDISPz;
74     xed_uint32_t x_EVEX_REXX_ENC;
75     xed_uint32_t x_XOP_TYPE_ENC;
76 } xed_encoder_iforms_t;
77 #endif
78