/src/common/lib/libx86emu/ |
x86emu.c | 95 static uint16_t add_word (struct X86EMU *, uint16_t d, uint16_t s); 1742 add_word, /* 00 */ 1851 add_word, /* 00 */ 4067 common_binop_word_long_rm_r(emu, add_word, add_long); 4073 common_binop_word_long_r_rm(emu, add_word, add_long); 4079 common_binop_word_long_imm(emu, add_word, add_long); 5975 add_word(struct X86EMU *emu, uint16_t d, uint16_t s) function in typeref:typename:uint16_t
|
x86emu.c | 95 static uint16_t add_word (struct X86EMU *, uint16_t d, uint16_t s); 1742 add_word, /* 00 */ 1851 add_word, /* 00 */ 4067 common_binop_word_long_rm_r(emu, add_word, add_long); 4073 common_binop_word_long_r_rm(emu, add_word, add_long); 4079 common_binop_word_long_imm(emu, add_word, add_long); 5975 add_word(struct X86EMU *emu, uint16_t d, uint16_t s) function in typeref:typename:uint16_t
|