Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c34 #define LF_SIGN_BIT 31 macro
271 (((env->hvf_lflags.result >> LF_SIGN_BIT) & 1) << LF_BIT_SD); in set_ZF()
284 return ((env->hvf_lflags.result >> LF_SIGN_BIT) ^ in get_SF()