Lines Matching refs:common_set_byte
4873 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()
5578 common_set_byte(emu, !ACCESS_FLAG(F_SF)); in X86EMU_exec_two_byte()
5581 common_set_byte(emu, ACCESS_FLAG(F_PF)); in X86EMU_exec_two_byte()
5584 common_set_byte(emu, !ACCESS_FLAG(F_PF)); in X86EMU_exec_two_byte()
5587 common_set_byte(emu, xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF))); in X86EMU_exec_two_byte()
5590 common_set_byte(emu, xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF))); in X86EMU_exec_two_byte()
5593 common_set_byte(emu, in X86EMU_exec_two_byte()
5598 common_set_byte(emu, in X86EMU_exec_two_byte()