Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c4873 common_set_byte(struct X86EMU *emu, bool cond) in common_set_byte() function
5551 common_set_byte(emu, ACCESS_FLAG(F_OF)); in X86EMU_exec_two_byte()
5554 common_set_byte(emu, !ACCESS_FLAG(F_OF)); in X86EMU_exec_two_byte()
5557 common_set_byte(emu, ACCESS_FLAG(F_CF)); in X86EMU_exec_two_byte()
5560 common_set_byte(emu, !ACCESS_FLAG(F_CF)); in X86EMU_exec_two_byte()
5563 common_set_byte(emu, ACCESS_FLAG(F_ZF)); in X86EMU_exec_two_byte()
5566 common_set_byte(emu, !ACCESS_FLAG(F_ZF)); in X86EMU_exec_two_byte()
5569 common_set_byte(emu, ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF)); in X86EMU_exec_two_byte()
5572 common_set_byte(emu, !(ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF))); in X86EMU_exec_two_byte()
5575 common_set_byte(emu, ACCESS_FLAG(F_SF)); in X86EMU_exec_two_byte()
[all …]