x86emu.c | 143 static uint16_t shrd_word (struct X86EMU *, uint16_t d, uint16_t fill, uint8_t s); 5031 destval = shrd_word(emu, destval, *shiftreg, shift); 7339 shrd_word(struct X86EMU *emu, uint16_t d, uint16_t fill, uint8_t s) function in typeref:typename:uint16_t
|