Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c139 static uint16_t shrd_word (struct x86emu *, uint16_t d, uint16_t fill, uint8_t s);
5192 destval = shrd_word(emu, destval, *shiftreg, shift); in common_shift16()
7592 shrd_word(struct x86emu *emu, uint16_t d, uint16_t fill, uint8_t s) in shrd_word() function