Home
last modified time | relevance | path

Searched refs:SET_FLAG (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c1383 SET_FLAG(F_CF); in common_imul_long_IMM()
1384 SET_FLAG(F_OF); in common_imul_long_IMM()
1416 SET_FLAG(F_CF); in common_imul_word_IMM()
1417 SET_FLAG(F_OF); in common_imul_word_IMM()
3884 SET_FLAG(F_CF); in x86emuOp_cmc()
4996 SET_FLAG(F_CF); in x86emu_exec_one_byte()
5002 SET_FLAG(F_IF); in x86emu_exec_one_byte()
5008 SET_FLAG(F_DF); in x86emu_exec_one_byte()
5388 SET_FLAG(F_CF); in x86emuOp2_32_imul_R_RM()
8125 SET_FLAG(F_ZF); in idiv_long()
[all …]
H A Dx86emu_regs.h118 #define SET_FLAG(flag) (emu->x86.R_FLG |= (flag)) macro
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)