Home
last modified time | relevance | path

Searched refs:F_CF (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()
1416 SET_FLAG(F_CF); in common_imul_word_IMM()
3884 SET_FLAG(F_CF); in x86emuOp_cmc()
4996 SET_FLAG(F_CF); in x86emu_exec_one_byte()
5388 SET_FLAG(F_CF); in x86emuOp2_32_imul_R_RM()
5408 SET_FLAG(F_CF); in x86emuOp2_16_imul_R_RM()
5986 SET_FLAG(F_CF); in aaa_word()
6010 SET_FLAG(F_CF); in aas_word()
6394 SET_FLAG(F_CF); in daa_byte()
6415 SET_FLAG(F_CF); in das_byte()
[all …]
H A Dx86emu_regs.h108 #define F_CF 0x0001 /* CARRY flag */ macro