x86emu.c | 141 static uint16_t shld_word (struct X86EMU *, uint16_t d, uint16_t fill, uint8_t s); 5029 destval = shld_word(emu, destval, *shiftreg, shift); 7265 shld_word(struct X86EMU *emu, uint16_t d, uint16_t fill, uint8_t s) function in typeref:typename:uint16_t
|