HomeSort by: relevance | last modified time | path
    Searched defs:shl_byte (Results 1 - 1 of 1) sorted by relevancy

  /src/common/lib/libx86emu/
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

Completed in 17 milliseconds