Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c130 static uint32_t shl_long (struct x86emu *, uint32_t d, uint8_t s);
3185 shl_long,
3187 shl_long, /* sal_byte === shl_byte by definition */
7242 shl_long(struct x86emu *emu, uint32_t d, uint8_t s) in shl_long() function