Home
last modified time | relevance | path

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

/netbsd-src/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) in decode_and_fetch_long_disp() function
1006 return decode_and_fetch_long_disp(emu, 0); in decode_and_fetch_long()
4897 srcval = decode_and_fetch_long_disp(emu, (int16_t) *shiftreg >> 5); in common_bitstring32()