HomeSort by: relevance | last modified time | path
    Searched defs:shld_word (Results 1 - 1 of 1) sorted by relevancy

  /src/common/lib/libx86emu/
x86emu.c 141 static uint16_t shld_word (struct X86EMU *, uint16_t d, uint16_t fill, uint8_t s);
5029 destval = shld_word(emu, destval, *shiftreg, shift);
7265 shld_word(struct X86EMU *emu, uint16_t d, uint16_t fill, uint8_t s) function in typeref:typename:uint16_t

Completed in 16 milliseconds