Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c1432 common_jmp_near(struct x86emu *emu, int cond) in common_jmp_near() function
1696 common_jmp_near(emu, sf != of); in x86emuOp_jump_near_L()
1711 common_jmp_near(emu, sf == of); in x86emuOp_jump_near_NL()
1726 common_jmp_near(emu, sf != of || ACCESS_FLAG(F_ZF)); in x86emuOp_jump_near_LE()
1741 common_jmp_near(emu, sf == of && !ACCESS_FLAG(F_ZF)); in x86emuOp_jump_near_NLE()
4571 common_jmp_near(emu, ACCESS_FLAG(F_OF)); in x86emu_exec_one_byte()
4574 common_jmp_near(emu, !ACCESS_FLAG(F_OF)); in x86emu_exec_one_byte()
4577 common_jmp_near(emu, ACCESS_FLAG(F_CF)); in x86emu_exec_one_byte()
4580 common_jmp_near(emu, !ACCESS_FLAG(F_CF)); in x86emu_exec_one_byte()
4583 common_jmp_near(emu, ACCESS_FLAG(F_ZF)); in x86emu_exec_one_byte()
[all …]