Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/x86emu/
H A Dx86emu.c1380 SET_FLAG(F_CF); in common_imul_long_IMM()
1413 SET_FLAG(F_CF); in common_imul_word_IMM()
3881 SET_FLAG(F_CF); in x86emuOp_cmc()
4993 SET_FLAG(F_CF); in x86emu_exec_one_byte()
5385 SET_FLAG(F_CF); in x86emuOp2_32_imul_R_RM()
5405 SET_FLAG(F_CF); in x86emuOp2_16_imul_R_RM()
5983 SET_FLAG(F_CF); in aaa_word()
6007 SET_FLAG(F_CF); in aas_word()
6391 SET_FLAG(F_CF); in daa_byte()
6412 SET_FLAG(F_CF); in das_byte()
[all …]
H A Dx86emu_regs.h108 #define F_CF 0x0001 /* CARRY flag */ macro