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.

85 lines
2.2 KiB

/// @file include-private/xed-ild-imm-l3.h
// This file was automatically generated.
// Do not edit this file.
#if !defined(INCLUDE_PRIVATE_XED_ILD_IMM_L3_H)
# define INCLUDE_PRIVATE_XED_ILD_IMM_L3_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 */
#include "xed-internal-header.h"
void xed_lookup_function_init_SIMMz_IMM_WIDTH(void);
void xed_lookup_function_init_UIMMv_IMM_WIDTH(void);
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_SE_IMM8_IMM_WIDTH_l3(void)
{
/*Constant function*/
return 0x8;
}
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_SIMM8_IMM_WIDTH_l3(void)
{
/*Constant function*/
return 0x8;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_SIMMz_IMM_WIDTH[4];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_SIMMz_IMM_WIDTH_l3(xed_bits_t arg_EOSZ)
{
xed_bits_t _v;
xed_assert(arg_EOSZ>=1 && arg_EOSZ<4);
_v=xed_lookup_SIMMz_IMM_WIDTH[arg_EOSZ];
return _v;
}
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_UIMM16_IMM_WIDTH_l3(void)
{
/*Constant function*/
return 0x10;
}
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_UIMM32_IMM_WIDTH_l3(void)
{
/*Constant function*/
return 0x20;
}
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_UIMM8_IMM_WIDTH_l3(void)
{
/*Constant function*/
return 0x8;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_UIMMv_IMM_WIDTH[4];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_UIMMv_IMM_WIDTH_l3(xed_bits_t arg_EOSZ)
{
xed_bits_t _v;
xed_assert(arg_EOSZ>=1 && arg_EOSZ<4);
_v=xed_lookup_UIMMv_IMM_WIDTH[arg_EOSZ];
return _v;
}
void xed_ild_imm_l3_init(void);
#endif