Searched refs:adc_long (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 92 static uint32_t adc_long (struct x86emu *, uint32_t d, uint32_t s); 1802 adc_long, /* 02 */ 1916 adc_long, /* 02 */ 4280 common_binop_word_long_rm_r(emu, adc_word, adc_long); in x86emu_exec_one_byte() 4286 common_binop_word_long_r_rm(emu, adc_word, adc_long); in x86emu_exec_one_byte() 4292 common_binop_word_long_imm(emu, adc_word, adc_long); in x86emu_exec_one_byte() 6126 adc_long(struct x86emu *emu, uint32_t d, uint32_t s) in adc_long() function
|