Searched refs:decode_and_fetch_long_disp (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/common/lib/libx86emu/
H A Dx86emu.c81 static uint32_t decode_and_fetch_long_disp(struct X86EMU *, int16_t);
984 decode_and_fetch_long_disp(struct X86EMU *emu, int16_t disp) function
1006 return decode_and_fetch_long_disp(emu, 0);
4897 srcval = decode_and_fetch_long_disp(emu, (int16_t) *shiftreg >> 5);

Completed in 145 milliseconds