Home
last modified time | relevance | path

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

/openbsd/sys/dev/x86emu/
H A Dx86emu.c128 static uint8_t shl_byte (struct x86emu *, uint8_t d, uint8_t s);
3145 shl_byte,
3147 shl_byte, /* sal_byte === shl_byte by definition */
7169 shl_byte(struct x86emu *emu, uint8_t d, uint8_t s) in shl_byte() function