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.
73 lines
2.4 KiB
73 lines
2.4 KiB
/*BEGIN_LEGAL
|
|
Copyright 2002-2019 Intel Corporation.
|
|
|
|
This software and the related documents are Intel copyrighted materials, and your
|
|
use of them is governed by the express license under which they were provided to
|
|
you ("License"). Unless the License provides otherwise, you may not use, modify,
|
|
copy, publish, distribute, disclose or transmit this software or the related
|
|
documents without Intel's prior written permission.
|
|
|
|
This software and the related documents are provided as is, with no express or
|
|
implied warranties, other than those that are expressly stated in the License.
|
|
END_LEGAL */
|
|
/// @file xed-encoder-iforms.h
|
|
|
|
// This file was automatically generated.
|
|
// Do not edit this file.
|
|
|
|
#if !defined(XED_ENCODER_IFORMS_H)
|
|
# define XED_ENCODER_IFORMS_H
|
|
#include "xed-types.h"
|
|
typedef struct xed_encoder_iforms_s {
|
|
xed_uint32_t x_SIBBASE_ENCODE;
|
|
xed_uint32_t x_SIBBASE_ENCODE_SIB1;
|
|
xed_uint32_t x_SIBINDEX_ENCODE;
|
|
xed_uint32_t x_MODRM_MOD_ENCODE;
|
|
xed_uint32_t x_MODRM_RM_ENCODE;
|
|
xed_uint32_t x_MODRM_RM_ENCODE_EA16_SIB0;
|
|
xed_uint32_t x_MODRM_RM_ENCODE_EA64_SIB0;
|
|
xed_uint32_t x_MODRM_RM_ENCODE_EA32_SIB0;
|
|
xed_uint32_t x_SIB_NT;
|
|
xed_uint32_t x_DISP_NT;
|
|
xed_uint32_t x_REMOVE_SEGMENT;
|
|
xed_uint32_t x_REX_PREFIX_ENC;
|
|
xed_uint32_t x_PREFIX_ENC;
|
|
xed_uint32_t x_VEXED_REX;
|
|
xed_uint32_t x_XOP_TYPE_ENC;
|
|
xed_uint32_t x_XOP_MAP_ENC;
|
|
xed_uint32_t x_XOP_REXXB_ENC;
|
|
xed_uint32_t x_VEX_TYPE_ENC;
|
|
xed_uint32_t x_VEX_REXR_ENC;
|
|
xed_uint32_t x_VEX_REXXB_ENC;
|
|
xed_uint32_t x_VEX_MAP_ENC;
|
|
xed_uint32_t x_VEX_REG_ENC;
|
|
xed_uint32_t x_VEX_ESCVL_ENC;
|
|
xed_uint32_t x_SE_IMM8;
|
|
xed_uint32_t x_VSIB_ENC_BASE;
|
|
xed_uint32_t x_VSIB_ENC;
|
|
xed_uint32_t x_EVEX_62_REXR_ENC;
|
|
xed_uint32_t x_EVEX_REXX_ENC;
|
|
xed_uint32_t x_EVEX_REXB_ENC;
|
|
xed_uint32_t x_EVEX_REXRR_ENC;
|
|
xed_uint32_t x_EVEX_MAP_ENC;
|
|
xed_uint32_t x_EVEX_REXW_VVVV_ENC;
|
|
xed_uint32_t x_EVEX_UPP_ENC;
|
|
xed_uint32_t x_AVX512_EVEX_BYTE3_ENC;
|
|
xed_uint32_t x_UIMMv;
|
|
xed_uint32_t x_SIMMz;
|
|
xed_uint32_t x_SIMM8;
|
|
xed_uint32_t x_UIMM8;
|
|
xed_uint32_t x_UIMM8_1;
|
|
xed_uint32_t x_UIMM16;
|
|
xed_uint32_t x_UIMM32;
|
|
xed_uint32_t x_BRDISP8;
|
|
xed_uint32_t x_BRDISP32;
|
|
xed_uint32_t x_BRDISPz;
|
|
xed_uint32_t x_MEMDISPv;
|
|
xed_uint32_t x_MEMDISP32;
|
|
xed_uint32_t x_MEMDISP16;
|
|
xed_uint32_t x_MEMDISP8;
|
|
xed_uint32_t x_MEMDISP;
|
|
} xed_encoder_iforms_t;
|
|
#endif
|