x86emu.c | 53 static uint16_t fetch_data_word (struct X86EMU *, uint32_t offset); 452 fetch_data_word(struct X86EMU *emu, uint32_t offset) function in typeref:typename:uint16_t 977 return fetch_data_word(emu, emu->cur_offset); 1028 return fetch_data_word(emu, emu->cur_offset); 1140 destval = fetch_data_word(emu, destoffset); 1205 destval = fetch_data_word(emu, destoffset); 1267 srcval = fetch_data_word(emu, srcoffset); 1373 srcval = fetch_data_word(emu, srcoffset); 1427 *dstreg = fetch_data_word(emu, srcoffset); 1428 *seg = fetch_data_word(emu, srcoffset + 2) [all...] |