Searched refs:LF_MASK_AF (Results 1 – 1 of 1) sorted by relevance
43 #define LF_MASK_AF (0x01 << LF_BIT_AF) macro63 target_ulong temp = ((lf_carries) & (LF_MASK_AF)) | \69 temp = ((lf_carries) & (LF_MASK_AF)) | ((lf_carries) << 16); \71 temp = ((lf_carries) & (LF_MASK_AF)) | ((lf_carries) << 24); \91 target_ulong temp = ((lf_carries) & (LF_MASK_AF)) | \96 temp = ((lf_carries) & (LF_MASK_AF)) | ((lf_carries) << 16); \98 temp = ((lf_carries) & (LF_MASK_AF)) | ((lf_carries) << 24); \258 env->hvf_lflags.auxbits &= ~(LF_MASK_AF); in set_AF()