Searched refs:RFLAGS_STATUS_BITS (Results 1 – 1 of 1) sorted by relevance
403 #define RFLAGS_STATUS_BITS (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_V) macro1091 rflags &= ~RFLAGS_STATUS_BITS; in emulate_and()1179 rflags &= ~RFLAGS_STATUS_BITS; in emulate_or()1271 rflags &= ~RFLAGS_STATUS_BITS; in emulate_cmp()1272 rflags |= rflags2 & RFLAGS_STATUS_BITS; in emulate_cmp()1320 rflags &= ~RFLAGS_STATUS_BITS; in emulate_test()1396 rflags &= ~RFLAGS_STATUS_BITS; in emulate_bextr()1451 rflags &= ~RFLAGS_STATUS_BITS; in emulate_add()1452 rflags |= rflags2 & RFLAGS_STATUS_BITS; in emulate_add()1507 rflags &= ~RFLAGS_STATUS_BITS; in emulate_sub()[all …]