Searched refs:common_shift (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/common/lib/libx86emu/ |
H A D | x86emu.c | 5036 common_shift(struct X86EMU *emu, bool shift_left, bool use_cl) in common_shift() function 5138 common_shift(emu, true, false); in x86emuOp2_shld_IMM() 5147 common_shift(emu, true, true); in x86emuOp2_shld_CL() 5183 common_shift(emu, false, false); in x86emuOp2_shrd_IMM() 5192 common_shift(emu, false, true); in x86emuOp2_shrd_CL()
|