x86emu.c | 144 static uint32_t shrd_long (struct X86EMU *, uint32_t d, uint32_t fill, uint8_t s); 5010 destval = shrd_long(emu, destval, *shiftreg, shift); 7376 shrd_long(struct X86EMU *emu, uint32_t d, uint32_t fill, uint8_t s) function in typeref:typename:uint32_t
|