Home
last modified time | relevance | path

Searched refs:RFLAGS_STATUS_BITS (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/amd64/vmm/
HDvmm_instruction_emul.c406 #define RFLAGS_STATUS_BITS (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_V) macro
1093 rflags &= ~RFLAGS_STATUS_BITS; in emulate_and()
1181 rflags &= ~RFLAGS_STATUS_BITS; in emulate_or()
1273 rflags &= ~RFLAGS_STATUS_BITS; in emulate_cmp()
1274 rflags |= rflags2 & RFLAGS_STATUS_BITS; in emulate_cmp()
1328 rflags &= ~RFLAGS_STATUS_BITS; in emulate_test()
1404 rflags &= ~RFLAGS_STATUS_BITS; in emulate_bextr()
1459 rflags &= ~RFLAGS_STATUS_BITS; in emulate_add()
1460 rflags |= rflags2 & RFLAGS_STATUS_BITS; in emulate_add()
1515 rflags &= ~RFLAGS_STATUS_BITS; in emulate_sub()
[all …]