Searched refs:LF_BIT_AF (Results 1 – 1 of 1) sorted by relevance
37 #define LF_BIT_AF (3) /* lazy Adjust flag */ macro43 #define LF_MASK_AF (0x01 << LF_BIT_AF)253 return (env->hvf_lflags.auxbits >> LF_BIT_AF) & 1; in get_AF()259 env->hvf_lflags.auxbits |= val << LF_BIT_AF; in set_AF()