HomeSort by: relevance | last modified time | path
    Searched defs:adc_word (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu.c 92 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);
4123 common_binop_word_long_r_rm(emu, adc_word, adc_long);
4129 common_binop_word_long_imm(emu, adc_word, adc_long);
5895 adc_word(struct X86EMU *emu, uint16_t d, uint16_t s) function in typeref:typename:uint16_t
x86emu.c 92 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);
4123 common_binop_word_long_r_rm(emu, adc_word, adc_long);
4129 common_binop_word_long_imm(emu, adc_word, adc_long);
5895 adc_word(struct X86EMU *emu, uint16_t d, uint16_t s) function in typeref:typename:uint16_t

Completed in 31 milliseconds