/// @file ild_easz_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_ASZ_NONTERM_EASZ(void); /*Array declaration*/ extern xed_bits_t xed_lookup_ASZ_NONTERM_EASZ[3][2]; /*Lookup function*/ static XED_INLINE xed_bits_t xed_lookup_function_ASZ_NONTERM_EASZ(xed_bits_t arg_MODE, xed_bits_t arg_ASZ) { xed_bits_t _v; xed_assert(arg_MODE>=0 && arg_MODE<3); xed_assert(arg_ASZ>=0 && arg_ASZ<2); _v=xed_lookup_ASZ_NONTERM_EASZ[arg_MODE][arg_ASZ]; return _v; }