#BEGIN_LEGAL
#
#Copyright (c) 2019 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
namespace XED
hfn xed-flag-enum.h
cfn xed-flag-enum.c
prefix XED_FLAG_
typename xed_flag_enum_t
stream_ifdef XED_PRINT
proto_prefix XED_DLL_EXPORT
extra_header xed-common-hdrs.h
INVALID
of ///<< overflow flag
sf ///< sign flag
zf ///< zero flag
af ///< auxiliary flag
pf ///< parity flag
cf ///< carry flag
df ///< direction flag
vif  ///< virtual interrupt flag
iopl ///< I/O privilege level
if  ///< interrupt flag
ac  ///< alignment check
vm  ///< virtual-8086 mode
rf  ///< resume flag
nt  ///< nested task
tf  ///< traf flag
id  ///< ID flag
vip ///< virtual interrupt pending
fc0 ///< x87 FC0 flag
fc1 ///< x87 FC1 flag
fc2 ///< x87 FC2 flag
fc3 ///< x87 FC3 flag


