Searched refs:common_shift (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 5200 common_shift(struct x86emu *emu, int shift_left, int use_cl) in common_shift() function 5310 common_shift(emu, 1, 0); in x86emuOp2_shld_IMM() 5320 common_shift(emu, 1, 1); in x86emuOp2_shld_CL() 5360 common_shift(emu, 0, 0); in x86emuOp2_shrd_IMM() 5370 common_shift(emu, 0, 1); in x86emuOp2_shrd_CL()
|