Searched refs:common_set_byte (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/x86emu/ |
| H A D | x86emu.c | 5034 common_set_byte(struct x86emu *emu, int cond) in common_set_byte() function 5742 common_set_byte(emu, ACCESS_FLAG(F_OF)); in x86emu_exec_two_byte() 5745 common_set_byte(emu, !ACCESS_FLAG(F_OF)); in x86emu_exec_two_byte() 5748 common_set_byte(emu, ACCESS_FLAG(F_CF)); in x86emu_exec_two_byte() 5751 common_set_byte(emu, !ACCESS_FLAG(F_CF)); in x86emu_exec_two_byte() 5754 common_set_byte(emu, ACCESS_FLAG(F_ZF)); in x86emu_exec_two_byte() 5757 common_set_byte(emu, !ACCESS_FLAG(F_ZF)); in x86emu_exec_two_byte() 5760 common_set_byte(emu, ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF)); in x86emu_exec_two_byte() 5763 common_set_byte(emu, !(ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF))); in x86emu_exec_two_byte() 5766 common_set_byte(emu, ACCESS_FLAG(F_SF)); in x86emu_exec_two_byte() [all …]
|