Searched refs:common_set_byte (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/contrib/x86emu/ |
| H A D | x86emu.c | 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() 5766 common_set_byte(emu, ACCESS_FLAG(F_SF)); 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_PF)); in x86emu_exec_two_byte() 5786 common_set_byte(emu, in x86emu_exec_two_byte() [all …]
|