OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSL_Z
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/usermode/include/
psl.h
48
#define
PSL_Z
0x00000040 /* zero flag */
69
#define PSL_USER (PSL_C | PSL_PF | PSL_AF |
PSL_Z
| PSL_N | \
/src/sys/arch/x86/include/
psl.h
46
#define
PSL_Z
0x00000040 /* zero flag */
66
#define PSL_USER (PSL_C | PSL_PF | PSL_AF |
PSL_Z
| PSL_N | \
/src/sys/arch/vax/include/
psl.h
44
#define
PSL_Z
0x00000004 /* zero bit */
/src/sys/arch/m68k/include/
psl.h
41
#define
PSL_Z
0x0004 /* zero bit */
/src/sys/arch/vax/vax/
unimpl_emul.S
60
#define
PSL_Z
4
467
bicl2 $(PSL_C|PSL_V|
PSL_Z
|PSL_N), S_PSL
762
bisl2 $
PSL_Z
, S_PSL
/src/sys/arch/i386/bioscall/
biostramp.S
91
#define COPY_FLAGS (PSL_C|PSL_PF|PSL_AF|
PSL_Z
|PSL_N|PSL_D|PSL_V)
/src/lib/libnvmm/
libnvmm_x86.c
2749
#define PSL_SUB_MASK (PSL_V|PSL_C|
PSL_Z
|PSL_N|PSL_PF|PSL_AF)
2757
#define PSL_OR_MASK (PSL_V|PSL_C|
PSL_Z
|PSL_N|PSL_PF)
2765
#define PSL_AND_MASK (PSL_V|PSL_C|
PSL_Z
|PSL_N|PSL_PF)
2773
#define PSL_XOR_MASK (PSL_V|PSL_C|
PSL_Z
|PSL_N|PSL_PF)
3476
if (state->gprs[NVMM_X64_GPR_RFLAGS] &
PSL_Z
) {
3481
if ((state->gprs[NVMM_X64_GPR_RFLAGS] &
PSL_Z
) == 0) {
Completed in 21 milliseconds
Indexes created Tue Oct 21 05:10:09 GMT 2025