HomeSort by: relevance | last modified time | path
    Searched refs:F_ZF (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu.c 1688 common_jmp_near(emu, sf != of || ACCESS_FLAG(F_ZF));
1702 common_jmp_near(emu, sf == of && !ACCESS_FLAG(F_ZF));
2579 if (ACCESS_FLAG(F_ZF) == 0)
2593 if (ACCESS_FLAG(F_ZF))
2642 if (ACCESS_FLAG(F_ZF) == 0)
2662 if (ACCESS_FLAG(F_ZF))
2839 if (ACCESS_FLAG(F_ZF) == 0)
2851 if (ACCESS_FLAG(F_ZF))
2892 if (ACCESS_FLAG(F_ZF) == 0)
2909 if (ACCESS_FLAG(F_ZF))
    [all...]
  /src/common/include/x86emu/
x86emu_regs.h 110 #define F_ZF 0x0040 /* ZERO flag */

Completed in 31 milliseconds