Searched refs:lf_carries (Results 1 – 1 of 1) sorted by relevance
62 #define SET_FLAGS_OSZAPC_SIZE(size, lf_carries, lf_result) { \ argument63 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) { \ argument91 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 …]