Symbol: SET_FLAG
headers/libs/x86emu/x86emu/regs.h
212
if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
src/libs/x86emu/ops.c
11453
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
11485
SET_FLAG(F_IF);
src/libs/x86emu/ops.c
11517
SET_FLAG(F_DF);
src/libs/x86emu/ops.c
4621
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4622
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4646
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4647
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4672
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4673
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4697
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4698
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4723
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4724
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4748
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4749
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4772
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4773
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4793
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4794
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4861
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4862
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4885
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4886
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4910
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4911
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4934
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4935
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4959
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4960
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
4983
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
4984
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
5006
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
5007
SET_FLAG(F_OF);
src/libs/x86emu/ops.c
5026
SET_FLAG(F_CF);
src/libs/x86emu/ops.c
5027
SET_FLAG(F_OF);
src/libs/x86emu/ops2.c
1217
SET_FLAG(F_CF);
src/libs/x86emu/ops2.c
1218
SET_FLAG(F_OF);
src/libs/x86emu/ops2.c
1238
SET_FLAG(F_CF);
src/libs/x86emu/ops2.c
1239
SET_FLAG(F_OF);
src/libs/x86emu/ops2.c
1261
SET_FLAG(F_CF);
src/libs/x86emu/ops2.c
1262
SET_FLAG(F_OF);
src/libs/x86emu/ops2.c
1282
SET_FLAG(F_CF);
src/libs/x86emu/ops2.c
1283
SET_FLAG(F_OF);
src/libs/x86emu/ops2.c
1305
SET_FLAG(F_CF);
src/libs/x86emu/ops2.c
1306
SET_FLAG(F_OF);
src/libs/x86emu/ops2.c
1326
SET_FLAG(F_CF);
src/libs/x86emu/ops2.c
1327
SET_FLAG(F_OF);
src/libs/x86emu/ops2.c
1347
SET_FLAG(F_CF);
src/libs/x86emu/ops2.c
1348
SET_FLAG(F_OF);
src/libs/x86emu/ops2.c
1365
SET_FLAG(F_CF);
src/libs/x86emu/ops2.c
1366
SET_FLAG(F_OF);
src/libs/x86emu/prim_ops.c
1388
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1389
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
141
SET_FLAG(F_AF);
src/libs/x86emu/prim_ops.c
142
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
1430
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1431
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1471
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1472
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1512
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1513
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1552
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1592
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1626
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
1628
SET_FLAG(F_SF);
src/libs/x86emu/prim_ops.c
1629
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1634
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1669
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
167
SET_FLAG(F_AF);
src/libs/x86emu/prim_ops.c
1671
SET_FLAG(F_SF);
src/libs/x86emu/prim_ops.c
1672
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1677
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
168
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
1712
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
1714
SET_FLAG(F_SF);
src/libs/x86emu/prim_ops.c
1715
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1720
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1763
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1764
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1804
SET_FLAG(F_PF);
src/libs/x86emu/prim_ops.c
1805
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1844
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
1884
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
2168
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
2169
SET_FLAG(F_OF);
src/libs/x86emu/prim_ops.c
2190
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
2191
SET_FLAG(F_OF);
src/libs/x86emu/prim_ops.c
2248
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
2249
SET_FLAG(F_OF);
src/libs/x86emu/prim_ops.c
2268
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
2269
SET_FLAG(F_OF);
src/libs/x86emu/prim_ops.c
2289
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
2290
SET_FLAG(F_OF);
src/libs/x86emu/prim_ops.c
2328
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
2329
SET_FLAG(F_OF);
src/libs/x86emu/prim_ops.c
2455
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
2580
SET_FLAG(F_ZF);
src/libs/x86emu/prim_ops.c
533
SET_FLAG(F_AF);
src/libs/x86emu/prim_ops.c
537
SET_FLAG(F_CF);
src/libs/x86emu/prim_ops.c
554
SET_FLAG(F_AF);
src/libs/x86emu/prim_ops.c
558
SET_FLAG(F_CF);