Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dpsl.h44 #define PSL_Z 0x00000040 /* zero bit */ macro
88 #define PSL_USERCHANGE (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_T \
/freebsd/stand/i386/btx/lib/
H A Dbtxv86.h69 #define V86_ZR(x) ((x) & PSL_Z)
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c408 #define RFLAGS_STATUS_BITS (PSL_C | PSL_PF | PSL_AF | PSL_Z | PSL_N | PSL_V)
1096 rflags |= rflags2 & (PSL_PF | PSL_Z | PSL_N); in emulate_and()
1184 rflags |= rflags2 & (PSL_PF | PSL_Z | PSL_N); in emulate_or()
1331 rflags |= rflags2 & (PSL_PF | PSL_Z | PSL_N); in emulate_test()
1408 rflags |= PSL_Z; in emulate_bextr()