Home
last modified time | relevance | path

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

/src/sys/contrib/x86emu/
H A Dx86emu.c89 static uint32_t adc_long (struct x86emu *, uint32_t d, uint32_t s);
1799 adc_long, /* 02 */
1913 adc_long, /* 02 */
4277 common_binop_word_long_rm_r(emu, adc_word, adc_long); in x86emu_exec_one_byte()
4283 common_binop_word_long_r_rm(emu, adc_word, adc_long); in x86emu_exec_one_byte()
4289 common_binop_word_long_imm(emu, adc_word, adc_long); in x86emu_exec_one_byte()
6123 adc_long(struct x86emu *emu, uint32_t d, uint32_t s) in adc_long() function