Searched refs:common_set_byte (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 5745 common_set_byte(emu, ACCESS_FLAG(F_OF)); in x86emu_exec_two_byte() 5748 common_set_byte(emu, !ACCESS_FLAG(F_OF)); 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_CF)); 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_ZF)); in x86emu_exec_two_byte() 5769 common_set_byte(emu, ACCESS_FLAG(F_SF)); in x86emu_exec_two_byte() 5772 common_set_byte(emu, !ACCESS_FLAG(F_SF)); in x86emu_exec_two_byte() 5775 common_set_byte(emu, ACCESS_FLAG(F_PF)); in x86emu_exec_two_byte() 5789 common_set_byte(emu, in x86emu_exec_two_byte() [all …]
|