decode_and_fetch_long_disp
return decode_and_fetch_long_disp(emu, 0);
srcval = decode_and_fetch_long_disp(emu, (int16_t) *shiftreg >> 5);
static uint32_t decode_and_fetch_long_disp(struct x86emu *, int16_t);