Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c1324 common_binop_word_long_imm(struct x86emu *emu, in common_binop_word_long_imm() function
4242 common_binop_word_long_imm(emu, add_word, add_long); in x86emu_exec_one_byte()
4267 common_binop_word_long_imm(emu, or_word, or_long); in x86emu_exec_one_byte()
4292 common_binop_word_long_imm(emu, adc_word, adc_long); in x86emu_exec_one_byte()
4317 common_binop_word_long_imm(emu, sbb_word, sbb_long); in x86emu_exec_one_byte()
4342 common_binop_word_long_imm(emu, and_word, and_long); in x86emu_exec_one_byte()
4367 common_binop_word_long_imm(emu, sub_word, sub_long); in x86emu_exec_one_byte()
4392 common_binop_word_long_imm(emu, xor_word, xor_long); in x86emu_exec_one_byte()