Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c40 #define LF_BIT_PO (30) /* lazy Partial Overflow = CF ^ OF */ macro
46 #define LF_MASK_PO (0x01 << LF_BIT_PO)
64 (((lf_carries) >> (size - 2)) << LF_BIT_PO); \
92 (((lf_carries) >> (size - 2)) << LF_BIT_PO); \
120 env->hvf_lflags.auxbits |= (temp_po << LF_BIT_PO) | (new_cf << LF_BIT_CF); in SET_FLAGS_OxxxxC()
231 return ((env->hvf_lflags.auxbits + (1U << LF_BIT_PO)) >> LF_BIT_CF) & 1; in get_OF()