HomeSort by relevance Sort by last modified time
    Searched full:flagsl (Results 1 - 1 of 1) sorted by null

  /external/qemu-pc-bios/bochs/bios/
rombios.c 824 Bit8u flagsl; member in struct:__anon27506::__anon27507::__anon27509
830 #define SetCF(x) x.u.r8.flagsl |= 0x01
831 #define SetZF(x) x.u.r8.flagsl |= 0x40
832 #define ClearCF(x) x.u.r8.flagsl &= 0xfe
833 #define ClearZF(x) x.u.r8.flagsl &= 0xbf
834 #define GetCF(x) (x.u.r8.flagsl & 0x01)
    [all...]

Completed in 174 milliseconds