Home
last modified time | relevance | path

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

/openbsd/sys/dev/x86emu/
H A Dx86emu.c1214 common_binop_word_long_rm_r(struct x86emu *emu, in common_binop_word_long_rm_r() function
4236 common_binop_word_long_rm_r(emu, add_word, add_long); in x86emu_exec_one_byte()
4261 common_binop_word_long_rm_r(emu, or_word, or_long); in x86emu_exec_one_byte()
4286 common_binop_word_long_rm_r(emu, adc_word, adc_long); in x86emu_exec_one_byte()
4311 common_binop_word_long_rm_r(emu, sbb_word, sbb_long); in x86emu_exec_one_byte()
4336 common_binop_word_long_rm_r(emu, and_word, and_long); in x86emu_exec_one_byte()
4361 common_binop_word_long_rm_r(emu, sub_word, sub_long); in x86emu_exec_one_byte()
4386 common_binop_word_long_rm_r(emu, xor_word, xor_long); in x86emu_exec_one_byte()