Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c133 static uint32_t shl_long (struct x86emu *, uint32_t d, uint8_t s);
3188 shl_long,
3190 shl_long, /* sal_byte === shl_byte by definition */
7245 shl_long(struct x86emu *emu, uint32_t d, uint8_t s) in shl_long() function