Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c1208 common_binop_word_long_rm_r(struct x86emu *emu, in common_binop_word_long_rm_r() function
4230 common_binop_word_long_rm_r(emu, add_word, add_long); in x86emu_exec_one_byte()
4255 common_binop_word_long_rm_r(emu, or_word, or_long); in x86emu_exec_one_byte()
4280 common_binop_word_long_rm_r(emu, adc_word, adc_long); in x86emu_exec_one_byte()
4305 common_binop_word_long_rm_r(emu, sbb_word, sbb_long); in x86emu_exec_one_byte()
4330 common_binop_word_long_rm_r(emu, and_word, and_long); in x86emu_exec_one_byte()
4355 common_binop_word_long_rm_r(emu, sub_word, sub_long); in x86emu_exec_one_byte()
4380 common_binop_word_long_rm_r(emu, xor_word, xor_long); in x86emu_exec_one_byte()