x86emu.c | 132 static uint8_t shl_byte (struct X86EMU *, uint8_t d, uint8_t s); 3028 shl_byte, 3030 shl_byte, /* sal_byte === shl_byte by definition */ 3063 shl_word, /* sal_byte === shl_byte by definition */ 3076 shl_long, /* sal_byte === shl_byte by definition */ 6914 shl_byte(struct X86EMU *emu, uint8_t d, uint8_t s) function in typeref:typename:uint8_t
|