Home
last modified time | relevance | path

Searched refs:LF_MASK_AF (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/i386/emulate/
H A Dx86_flags.c53 #define LF_MASK_AF ((target_ulong)0x01 << LF_BIT_AF) macro
73 temp = (temp & LF_MASK_AF) | (temp << (TARGET_LONG_BITS - (size))); \
97 temp = (temp & LF_MASK_AF) | (temp << (TARGET_LONG_BITS - (size))); \