Symbol: F_ZF
common/lib/libx86emu/x86emu.c
1688
common_jmp_near(emu, sf != of || ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
1702
common_jmp_near(emu, sf == of && !ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
2579
if (ACCESS_FLAG(F_ZF) == 0)
common/lib/libx86emu/x86emu.c
2593
if (ACCESS_FLAG(F_ZF))
common/lib/libx86emu/x86emu.c
2642
if (ACCESS_FLAG(F_ZF) == 0)
common/lib/libx86emu/x86emu.c
2662
if (ACCESS_FLAG(F_ZF))
common/lib/libx86emu/x86emu.c
2839
if (ACCESS_FLAG(F_ZF) == 0)
common/lib/libx86emu/x86emu.c
2851
if (ACCESS_FLAG(F_ZF))
common/lib/libx86emu/x86emu.c
2892
if (ACCESS_FLAG(F_ZF) == 0)
common/lib/libx86emu/x86emu.c
2909
if (ACCESS_FLAG(F_ZF))
common/lib/libx86emu/x86emu.c
3496
if (emu->x86.R_CX != 0 && !ACCESS_FLAG(F_ZF)) /* CX != 0 and !ZF */
common/lib/libx86emu/x86emu.c
3511
if (emu->x86.R_CX != 0 && ACCESS_FLAG(F_ZF)) /* CX != 0 and ZF */
common/lib/libx86emu/x86emu.c
4423
common_jmp_near(emu, ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
4426
common_jmp_near(emu, !ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
4429
common_jmp_near(emu, ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
4432
common_jmp_near(emu, !ACCESS_FLAG(F_CF) && !ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
4962
CONDITIONAL_SET_FLAG(srcval == 0, F_ZF);
common/lib/libx86emu/x86emu.c
4977
CONDITIONAL_SET_FLAG(srcval == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5512
common_jmp_long(emu, ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
5515
common_jmp_long(emu, !ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
5518
common_jmp_long(emu, ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
5521
common_jmp_long(emu, !(ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF)));
common/lib/libx86emu/x86emu.c
5543
(xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || ACCESS_FLAG(F_ZF)));
common/lib/libx86emu/x86emu.c
5547
!(xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)) || ACCESS_FLAG(F_ZF)));
common/lib/libx86emu/x86emu.c
5563
common_set_byte(emu, ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
5566
common_set_byte(emu, !ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
5569
common_set_byte(emu, ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF));
common/lib/libx86emu/x86emu.c
5572
common_set_byte(emu, !(ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF)));
common/lib/libx86emu/x86emu.c
5595
ACCESS_FLAG(F_ZF)));
common/lib/libx86emu/x86emu.c
5600
ACCESS_FLAG(F_ZF)));
common/lib/libx86emu/x86emu.c
5794
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5817
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5839
CONDITIONAL_SET_FLAG(l == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5860
CONDITIONAL_SET_FLAG(l == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5880
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5906
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5938
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5960
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
5982
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6009
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6036
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6056
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6076
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6093
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6121
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6149
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6182
CONDITIONAL_SET_FLAG((res & 0xFF) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6202
CONDITIONAL_SET_FLAG(d == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6218
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6241
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6265
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6286
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6307
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6328
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6352
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6371
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6391
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6407
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6432
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6458
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6926
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6949
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
6968
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
6989
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7008
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7026
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7045
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7063
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7082
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7098
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7119
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7134
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7160
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7167
CLEAR_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7173
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7200
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7207
CLEAR_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7213
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7240
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7247
CLEAR_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7253
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7275
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7293
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7312
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7330
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7349
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7365
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7386
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7401
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7422
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7447
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7472
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7494
CONDITIONAL_SET_FLAG((res & 0xff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7516
CONDITIONAL_SET_FLAG((res & 0xffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7538
CONDITIONAL_SET_FLAG((res & 0xffffffff) == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7561
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7579
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7597
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7614
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7632
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7650
CONDITIONAL_SET_FLAG(res == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7818
CONDITIONAL_SET_FLAG(div == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7847
SET_FLAG(F_ZF);
common/lib/libx86emu/x86emu.c
7898
CONDITIONAL_SET_FLAG(div == 0, F_ZF);
common/lib/libx86emu/x86emu.c
7927
SET_FLAG(F_ZF);