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

  /src/common/lib/libx86emu/
x86emu.c 73 static uint16_t decode_and_fetch_word(struct X86EMU *);
998 decode_and_fetch_word(struct X86EMU *emu) function
1468 srcval = decode_and_fetch_word(emu);
1797 destval = decode_and_fetch_word(emu);
1896 destval = decode_and_fetch_word(emu);
1952 destval = decode_and_fetch_word(emu);
2065 *destreg = decode_and_fetch_word(emu);
2125 *destreg = decode_and_fetch_word(emu);
3332 destval = decode_and_fetch_word(emu);
3369 destval = decode_and_fetch_word(emu)
    [all...]

Completed in 35 milliseconds