Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c36 #define LF_BIT_SD (0) /* lazy Sign Flag Delta */ macro
42 #define LF_MASK_SD (0x01 << LF_BIT_SD)
271 (((env->hvf_lflags.result >> LF_SIGN_BIT) & 1) << LF_BIT_SD); in set_ZF()
285 (env->hvf_lflags.auxbits >> LF_BIT_SD)) & 1; in get_SF()
291 env->hvf_lflags.auxbits ^= (temp_sf ^ val) << LF_BIT_SD; in set_SF()