Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c92 static uint16_t adc_word (struct X86EMU *, uint16_t d, uint16_t s);
1744 adc_word, /* 02 */
1853 adc_word, /* 02 */
4117 common_binop_word_long_rm_r(emu, adc_word, adc_long); in X86EMU_exec_one_byte()
4123 common_binop_word_long_r_rm(emu, adc_word, adc_long); in X86EMU_exec_one_byte()
4129 common_binop_word_long_imm(emu, adc_word, adc_long); in X86EMU_exec_one_byte()
5895 adc_word(struct X86EMU *emu, uint16_t d, uint16_t s) in adc_word() function