Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c140 static uint16_t shld_word (struct x86emu *, uint16_t d, uint16_t fill, uint8_t s);
5193 destval = shld_word(emu, destval, *shiftreg, shift); in common_shift16()
7519 shld_word(struct x86emu *emu, uint16_t d, uint16_t fill, uint8_t s) in shld_word() function