x86emu.c | 5036 common_shift(struct X86EMU *emu, bool shift_left, bool use_cl) function in typeref:typename:void 5138 common_shift(emu, true, false); 5147 common_shift(emu, true, true); 5183 common_shift(emu, false, false); 5192 common_shift(emu, false, true);
|