Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_flags.c62 #define SET_FLAGS_OSZAPC_SIZE(size, lf_carries, lf_result) { \ argument
63 target_ulong temp = ((lf_carries) & (LF_MASK_AF)) | \
64 (((lf_carries) >> (size - 2)) << LF_BIT_PO); \
67 temp = ((lf_carries) & ~(LF_MASK_PDB | LF_MASK_SD)); \
69 temp = ((lf_carries) & (LF_MASK_AF)) | ((lf_carries) << 16); \
71 temp = ((lf_carries) & (LF_MASK_AF)) | ((lf_carries) << 24); \
90 #define SET_FLAGS_OSZAP_SIZE(size, lf_carries, lf_result) { \ argument
91 target_ulong temp = ((lf_carries) & (LF_MASK_AF)) | \
92 (((lf_carries) >> (size - 2)) << LF_BIT_PO); \
96 temp = ((lf_carries) & (LF_MASK_AF)) | ((lf_carries) << 16); \
[all …]