Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/x86emu/
HDx86emu.c137 static uint16_t shld_word (struct x86emu *, uint16_t d, uint16_t fill, uint8_t s);
5190 destval = shld_word(emu, destval, *shiftreg, shift); in common_shift16()
7516 shld_word(struct x86emu *emu, uint16_t d, uint16_t fill, uint8_t s) in shld_word() function