Lines Matching full:flagsl
824 Bit8u flagsl;830 #define SetCF(x) x.u.r8.flagsl |= 0x01831 #define SetZF(x) x.u.r8.flagsl |= 0x40832 #define ClearCF(x) x.u.r8.flagsl &= 0xfe833 #define ClearZF(x) x.u.r8.flagsl &= 0xbf834 #define GetCF(x) (x.u.r8.flagsl & 0x01)