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

  /src/common/lib/libx86emu/
x86emu.c 93 static uint32_t adc_long (struct X86EMU *, uint32_t d, uint32_t s);
1757 adc_long, /* 02 */
1866 adc_long, /* 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);
5921 adc_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:uint32_t
x86emu.c 93 static uint32_t adc_long (struct X86EMU *, uint32_t d, uint32_t s);
1757 adc_long, /* 02 */
1866 adc_long, /* 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);
5921 adc_long(struct X86EMU *emu, uint32_t d, uint32_t s) function in typeref:typename:uint32_t

Completed in 30 milliseconds