Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c79 static uint16_t decode_and_fetch_word_disp(struct x86emu *, int16_t);
987 decode_and_fetch_word_disp(struct x86emu *emu, int16_t disp) in decode_and_fetch_word_disp() function
1017 return decode_and_fetch_word_disp(emu, 0); in decode_and_fetch_word()
5089 srcval = decode_and_fetch_word_disp(emu, (int16_t) *shiftreg >> 4); in common_bitstring16()