Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c129 static uint16_t shl_word (struct x86emu *, uint16_t d, uint8_t s);
3171 shl_word,
3173 shl_word, /* sal_byte === shl_byte by definition */
7201 shl_word(struct x86emu *emu, uint16_t d, uint8_t s) in shl_word() function