Home
last modified time | relevance | path

Searched refs:shl_byte (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c128 static uint8_t shl_byte (struct x86emu *, uint8_t d, uint8_t s);
3136 shl_byte,
3138 shl_byte, /* sal_byte === shl_byte by definition */
7156 shl_byte(struct x86emu *emu, uint8_t d, uint8_t s) in shl_byte() function