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.

136 lines
3.9 KiB

/// @file ild_eosz_debug_header.txt
// This file was automatically generated.
// Do not edit this file.
/*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_IMMUNE66_EOSZ(void);
void xed_lookup_function_init_DF64_EOSZ(void);
void xed_lookup_function_init_IGNORE66_EOSZ(void);
void xed_lookup_function_init_IMMUNE_REXW_EOSZ(void);
void xed_lookup_function_init_CR_WIDTH_EOSZ(void);
void xed_lookup_function_init_OSZ_NONTERM_EOSZ(void);
void xed_lookup_function_init_REFINING66_EOSZ(void);
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_IMMUNE66_LOOP64_EOSZ(void)
{
/*Constant function*/
return 0x3;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_IMMUNE66_EOSZ[3][2];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_IMMUNE66_EOSZ(xed_bits_t arg_MODE, xed_bits_t arg_REXW)
{
xed_bits_t _v;
xed_assert(arg_MODE>=0 && arg_MODE<3);
xed_assert(arg_REXW>=0 && arg_REXW<2);
_v=xed_lookup_IMMUNE66_EOSZ[arg_MODE][arg_REXW];
return _v;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_DF64_EOSZ[3][2][2];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_DF64_EOSZ(xed_bits_t arg_MODE, xed_bits_t arg_OSZ, xed_bits_t arg_REXW)
{
xed_bits_t _v;
xed_assert(arg_MODE>=0 && arg_MODE<3);
xed_assert(arg_OSZ>=0 && arg_OSZ<2);
xed_assert(arg_REXW>=0 && arg_REXW<2);
_v=xed_lookup_DF64_EOSZ[arg_MODE][arg_OSZ][arg_REXW];
return _v;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_IGNORE66_EOSZ[3][2];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_IGNORE66_EOSZ(xed_bits_t arg_MODE, xed_bits_t arg_REXW)
{
xed_bits_t _v;
xed_assert(arg_MODE>=0 && arg_MODE<3);
xed_assert(arg_REXW>=0 && arg_REXW<2);
_v=xed_lookup_IGNORE66_EOSZ[arg_MODE][arg_REXW];
return _v;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_IMMUNE_REXW_EOSZ[3][2][2];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_IMMUNE_REXW_EOSZ(xed_bits_t arg_MODE, xed_bits_t arg_OSZ, xed_bits_t arg_REXW)
{
xed_bits_t _v;
xed_assert(arg_MODE>=0 && arg_MODE<3);
xed_assert(arg_OSZ>=0 && arg_OSZ<2);
xed_assert(arg_REXW>=0 && arg_REXW<2);
_v=xed_lookup_IMMUNE_REXW_EOSZ[arg_MODE][arg_OSZ][arg_REXW];
return _v;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_CR_WIDTH_EOSZ[3];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_CR_WIDTH_EOSZ(xed_bits_t arg_MODE)
{
xed_bits_t _v;
xed_assert(arg_MODE>=0 && arg_MODE<3);
_v=xed_lookup_CR_WIDTH_EOSZ[arg_MODE];
return _v;
}
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_FORCE64_EOSZ(void)
{
/*Constant function*/
return 0x3;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_OSZ_NONTERM_EOSZ[3][2][2];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_OSZ_NONTERM_EOSZ(xed_bits_t arg_MODE, xed_bits_t arg_OSZ, xed_bits_t arg_REXW)
{
xed_bits_t _v;
xed_assert(arg_MODE>=0 && arg_MODE<3);
xed_assert(arg_OSZ>=0 && arg_OSZ<2);
xed_assert(arg_REXW>=0 && arg_REXW<2);
_v=xed_lookup_OSZ_NONTERM_EOSZ[arg_MODE][arg_OSZ][arg_REXW];
return _v;
}
/*Array declaration*/
extern xed_bits_t xed_lookup_REFINING66_EOSZ[3][2];
/*Lookup function*/
static XED_INLINE xed_bits_t xed_lookup_function_REFINING66_EOSZ(xed_bits_t arg_MODE, xed_bits_t arg_REXW)
{
xed_bits_t _v;
xed_assert(arg_MODE>=0 && arg_MODE<3);
xed_assert(arg_REXW>=0 && arg_REXW<2);
_v=xed_lookup_REFINING66_EOSZ[arg_MODE][arg_REXW];
return _v;
}