Searched refs:adc_word (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/x86emu/ |
H A D | x86emu.c | 88 static uint16_t adc_word (struct x86emu *, uint16_t d, uint16_t s); 1794 adc_word, /* 02 */ 1908 adc_word, /* 02 */ 4286 common_binop_word_long_rm_r(emu, adc_word, adc_long); in x86emu_exec_one_byte() 4292 common_binop_word_long_r_rm(emu, adc_word, adc_long); in x86emu_exec_one_byte() 4298 common_binop_word_long_imm(emu, adc_word, adc_long); in x86emu_exec_one_byte() 6105 adc_word(struct x86emu *emu, uint16_t d, uint16_t s) in adc_word() function
|