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

/netbsd-current/common/lib/libx86emu/
H A Dx86emu.c5036 common_shift(struct X86EMU *emu, bool shift_left, bool use_cl) function
5138 common_shift(emu, true, false);
5147 common_shift(emu, true, true);
5183 common_shift(emu, false, false);
5192 common_shift(emu, false, true);

Completed in 191 milliseconds